mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 10:08:33 +02: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::collections::VecDeque;
|
||||||
use std::ffi::OsStr;
|
use std::ffi::OsStr;
|
||||||
use std::fmt::Display;
|
use std::fmt::Display;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#![warn(clippy::all)]
|
#![warn(clippy::all)]
|
||||||
#![allow(clippy::missing_errors_doc, clippy::doc_markdown)]
|
#![allow(clippy::missing_errors_doc, clippy::doc_markdown)]
|
||||||
|
#![allow(unused_assignments)] // TODO: something got weird in clippy 1.92.0
|
||||||
|
|
||||||
use chrono::Utc;
|
use chrono::Utc;
|
||||||
use komorebi_client::PathExt;
|
use komorebi_client::PathExt;
|
||||||
|
|||||||
Reference in New Issue
Block a user