all clippy fixes
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-01-30 23:48:46 +01:00
parent 21edd1dcff
commit b27842c2bb
9 changed files with 6 additions and 65 deletions

View File

@ -1,8 +1,3 @@
#![allow(unused_imports)]
use chrono;
use log::{debug, error, info, trace, warn};
pub fn setup_logger() -> Result<(), fern::InitError> {
fern::Dispatch::new()
.format(|out, message, record| {