From 760f4f86d0e1d6755fcf0b08ffed01ca544468a8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 10:02:56 -0700 Subject: [PATCH] Don't yet use tool attrs because they are not stable --- saphyr/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/saphyr/src/lib.rs b/saphyr/src/lib.rs index 36932d9..28cee86 100644 --- a/saphyr/src/lib.rs +++ b/saphyr/src/lib.rs @@ -36,6 +36,7 @@ //! //! ``` +#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] #![cfg_attr(feature = "cargo-clippy", warn(cyclomatic_complexity))] #![cfg_attr(feature = "cargo-clippy", allow(match_same_arms))]