automatic cargo CI changes

This commit is contained in:
Gitea CI 2024-01-16 09:30:55 +00:00
parent eaea5ac1d7
commit b3e5a99718
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#![warn(clippy::pedantic)]
//// IMPORTS ///////////////////////////////////////////////////////////////////////////////////////
use libpt::ccc::*;
use libpt::log::*;
use clap::Parser;

View File

@ -12,9 +12,9 @@
#![warn(clippy::pedantic)]
//// IMPORTS ///////////////////////////////////////////////////////////////////////////////////////
use tracing::subscriber::SetGlobalDefaultError;
use anyhow;
use thiserror::Error;
use tracing::subscriber::SetGlobalDefaultError;
//// TYPES /////////////////////////////////////////////////////////////////////////////////////////

View File

@ -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