mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-11 20:32:06 +02:00
refactor(clippy): apply lints
This commit is contained in:
@@ -209,7 +209,7 @@ impl Time {
|
||||
Some(dt.time()),
|
||||
)
|
||||
}
|
||||
Err(_) => (format!("Invalid timezone: {:?}", timezone), None),
|
||||
Err(_) => (format!("Invalid timezone: {timezone:?}"), None),
|
||||
},
|
||||
None => {
|
||||
let dt = Local::now();
|
||||
|
||||
Reference in New Issue
Block a user