chore(clippy): address warnings

This commit is contained in:
LGUG2Z
2025-12-23 17:19:00 -08:00
parent 4d67f5fed3
commit ac56590791
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![warn(clippy::all)]
#![allow(clippy::missing_errors_doc, clippy::doc_markdown)]
#![allow(unused_assignments)] // TODO: something got weird in clippy 1.92.0
#![allow(unused_assignments)] // false positives for the error reporter
use chrono::Utc;
use komorebi_client::PathExt;