mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add a few more lints (#8574)
This commit is contained in:
@ -159,7 +159,7 @@ impl Default for LayerInfo {
|
||||
Self {
|
||||
format: LogFormat::Terminal,
|
||||
default_directive: LevelFilter::INFO.to_string(),
|
||||
filters: "".to_string(),
|
||||
filters: String::new(),
|
||||
color: Some("always".to_string()),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user