Skip to content

Commit 672b175

Browse files
committed
docs: fix broken link due to typo
Signed-off-by: Eliza Weisman <[email protected]>
1 parent ab9ba48 commit 672b175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tracing/src/level_filters.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//!
5050
//! [`log`]: https://docs.rs/log/
5151
//! [`log` crate]: https://docs.rs/log/latest/log/#compile-time-filters
52-
//! [f]: : https://docs.rs/tracing/latest/tracing/#emitting-log-records
52+
//! [f]: https://docs.rs/tracing/latest/tracing/#emitting-log-records
5353
pub use tracing_core::{metadata::ParseLevelFilterError, LevelFilter};
5454

5555
/// The statically configured maximum trace level.

0 commit comments

Comments
 (0)