Skip to content

Commit

Permalink
Fix doctest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 1, 2024
1 parent b64ab45 commit 91141e6
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 @@ -28,7 +28,7 @@
//! if let Some(x) = list.last_mut() {
//! *x += 1;
//! } else {
//! warn!("Bailed at src/example.rs:34:18 `list.last_mut()`");
//! tracing::warn!("Bailed at src/example.rs:34:18 `list.last_mut()`");
//! return;
//! }
//! }
Expand Down

0 comments on commit 91141e6

Please sign in to comment.