diff --git a/asyncgit/src/error.rs b/asyncgit/src/error.rs index a113419a..80c490fe 100644 --- a/asyncgit/src/error.rs +++ b/asyncgit/src/error.rs @@ -1,3 +1,5 @@ +#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)] + use std::{num::TryFromIntError, string::FromUtf8Error}; use thiserror::Error; diff --git a/filetreelist/src/error.rs b/filetreelist/src/error.rs index 6aa0f2c2..b4250df0 100644 --- a/filetreelist/src/error.rs +++ b/filetreelist/src/error.rs @@ -1,3 +1,5 @@ +#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)] + use std::{num::TryFromIntError, path::PathBuf}; use thiserror::Error;