Skip to content

Commit

Permalink
tracing-log/src/lib.rs:docs:use tracing_log::log
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan authored Jan 22, 2025
1 parent b02a700 commit 8d75ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-log/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! ```rust
//! # use std::error::Error;
//! use tracing_log::LogTracer;
//! use log;
//! use tracing_log::log;
//!
//! # fn main() -> Result<(), Box<dyn Error>> {
//! LogTracer::init()?;
Expand Down

0 comments on commit 8d75ae5

Please sign in to comment.