From 3a1bcb74a293c9db603a5ec5a20a596e75e00c2c Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 5 Jul 2021 10:55:29 +0200 Subject: [PATCH] try fix ci --- asyncgit/src/error.rs | 2 ++ filetreelist/src/error.rs | 2 ++ 2 files changed, 4 insertions(+) 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;