fix: all clippy errors
This commit is contained in:
parent
926515e6b2
commit
2501390225
5 changed files with 30 additions and 67 deletions
|
|
@ -568,7 +568,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
.with_ansi(true)
|
||||
.with_file(false)
|
||||
.with_line_number(false)
|
||||
.with_filter(filter::LevelFilter::INFO);
|
||||
.with_filter(filter::LevelFilter::DEBUG);
|
||||
|
||||
let registry = tracing_subscriber::registry().with(fmt_layer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue