mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-02 11:11:35 +02:00
chore(clippy): address warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user