backticks set_boxed_logger

This commit is contained in:
Greg Cowan 2018-05-30 19:02:29 -04:00
parent 24e151edd9
commit dc581888d9

View File

@ -233,7 +233,7 @@
//! configured in your `Cargo.toml`.
//!
//! * `std` allows use of `std` crate instead of the default `core`. Enables using `std::error` and
//! set_boxed_logger functionality.
//! `set_boxed_logger` functionality.
//! * `serde` enables support for serialization and deserialization of `Level` and `LevelFilter`.
//!
//! ```toml