mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Automated code cleanup
This commit is contained in:
+2
-1
@@ -16,8 +16,9 @@
|
||||
|
||||
#![deny(clippy::pedantic)]
|
||||
|
||||
use clap::Parser;
|
||||
use std::io::{self, Write};
|
||||
|
||||
use clap::Parser;
|
||||
use url::Url;
|
||||
|
||||
use crate::cli::Cli;
|
||||
|
||||
Reference in New Issue
Block a user