You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so crates using pretty-env-logger do not have to add env_logger to their own dependencies (if they want to customize logging with pretty_env_logger::formatted_builder).
The text was updated successfully, but these errors were encountered:
This line should be added to
src/lib.rs
:so crates using
pretty-env-logger
do not have to addenv_logger
to their own dependencies (if they want to customize logging withpretty_env_logger::formatted_builder
).The text was updated successfully, but these errors were encountered: