Skip to content

Commit

Permalink
Build errors caused by toml syntax
Browse files Browse the repository at this point in the history
Without declaring toml before the block, the doc-interpreter expected Rust.
  • Loading branch information
AndyGauge authored May 24, 2017
1 parent d0c8b10 commit f847dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
//! these are set, they override the behavior of the logging levels above the declared maximum
//! preventing anything higher from logging.
//!
//! ```
//! ```toml
//! [dependencies.log]
//! version = "^0.3.7"
//! features = ["max_level_debug", "release_max_level_warn"]
Expand Down

0 comments on commit f847dff

Please sign in to comment.