mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Remove .clone() from LogLevel which implements Copy
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ async fn main() -> Result<(), DredgeError> {
|
|||||||
let args = Cli::parse();
|
let args = Cli::parse();
|
||||||
|
|
||||||
// -- Initialize logging
|
// -- Initialize logging
|
||||||
let log_level = args.log_level.clone();
|
let log_level = args.log_level;
|
||||||
femme::with_level(log::LevelFilter::from(log_level));
|
femme::with_level(log::LevelFilter::from(log_level));
|
||||||
|
|
||||||
// -- Load and parse configuration file
|
// -- Load and parse configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user