Skip to content

Commit 1db1597

Browse files
kevinaboosrafalh
authored andcommitted
remove outdated comment
1 parent 1318135 commit 1db1597

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/log_macros.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
//! This module offers a convenient way to enable only a subset of logging levels
22
//! for just this `fatfs` crate only without changing the logging levels
33
//! of other crates in a given project.
4-
//!
5-
//! This only applies to the five level-specific logging macros:
6-
//! `error`, `warn`, `info`, `debug`, and `trace`.
7-
//! The core `log!()` macro is unaffected.
84
95
use log::LevelFilter;
106

0 commit comments

Comments
 (0)