We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42fbc66 + 1553107 commit 1181a01Copy full SHA for 1181a01
common/config/src/lib.rs
@@ -52,7 +52,7 @@ pub struct FrameBuffer {
52
/// An enum representing the available verbosity level filters of the logger.
53
///
54
/// Based on
55
-/// https://github.com/rust-lang/log/blob/dc32ab999f52805d5ce579b526bd9d9684c38d1a/src/lib.rs#L552-565
+/// <https://github.com/rust-lang/log/blob/dc32ab999f52805d5ce579b526bd9d9684c38d1a/src/lib.rs#L552-565>
56
#[derive(Serialize, Deserialize, Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
57
pub enum LevelFilter {
58
/// A level lower than all log levels.
0 commit comments