Skip to content

Commit

Permalink
chore: fix rustdoc warning in tracing-subscriber (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha authored Oct 22, 2020
1 parent 0dc8ef2 commit b7b14df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/fmt/format/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use tracing_log::NormalizeEvent;
///
/// # Example Output
///
/// ```ignore,json
/// ```json
/// {
/// "timestamp":"Feb 20 11:28:15.096",
/// "level":"INFO",
Expand Down

0 comments on commit b7b14df

Please sign in to comment.