mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
chore(clippy): odd unused_assignment failures in rust 1.92.0
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(unused_assignments, unused_variables)] // TODO: something got weird in clippy 1.92.0
|
||||
|
||||
use std::collections::VecDeque;
|
||||
use std::ffi::OsStr;
|
||||
use std::fmt::Display;
|
||||
|
||||
@@ -1,5 +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
|
||||
|
||||
use chrono::Utc;
|
||||
use komorebi_client::PathExt;
|
||||
|
||||
Reference in New Issue
Block a user