mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Run automated code cleanup
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#![allow(clippy::enum_variant_names)]
|
#![allow(clippy::enum_variant_names)]
|
||||||
#![allow(clippy::module_name_repetitions)]
|
#![allow(clippy::module_name_repetitions)]
|
||||||
|
|
||||||
use thiserror::Error;
|
use thiserror::Error;
|
||||||
|
|
||||||
/// The common error type for this Application.
|
/// The common error type for this Application.
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ use url::Url;
|
|||||||
|
|
||||||
use crate::cli::Cli;
|
use crate::cli::Cli;
|
||||||
use crate::cli::Commands;
|
use crate::cli::Commands;
|
||||||
|
|
||||||
use crate::error::DredgeError;
|
use crate::error::DredgeError;
|
||||||
|
|
||||||
mod api;
|
mod api;
|
||||||
|
|||||||
Reference in New Issue
Block a user