generated from PlexSheep/baserepo
automatic cargo CI changes
This commit is contained in:
parent
eaea5ac1d7
commit
b3e5a99718
|
@ -15,7 +15,7 @@
|
|||
#![warn(clippy::pedantic)]
|
||||
|
||||
//// IMPORTS ///////////////////////////////////////////////////////////////////////////////////////
|
||||
use libpt::ccc::*;
|
||||
|
||||
use libpt::log::*;
|
||||
|
||||
use clap::Parser;
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
#![warn(clippy::pedantic)]
|
||||
|
||||
//// IMPORTS ///////////////////////////////////////////////////////////////////////////////////////
|
||||
use tracing::subscriber::SetGlobalDefaultError;
|
||||
use anyhow;
|
||||
use thiserror::Error;
|
||||
use tracing::subscriber::SetGlobalDefaultError;
|
||||
|
||||
//// TYPES /////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ pub use tracing::{debug, error, info, trace, warn, Level};
|
|||
use tracing_appender;
|
||||
use tracing_subscriber::{fmt::format::FmtSpan, prelude::*};
|
||||
|
||||
use anyhow::{Result,bail};
|
||||
use anyhow::{bail, Result};
|
||||
|
||||
//// CONSTANTS /////////////////////////////////////////////////////////////////////////////////////
|
||||
/// The log level used when none is specified
|
||||
|
|
Reference in New Issue