]> git.lizzy.rs Git - rust.git/commitdiff
Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`#[forbid...
authorhyd-dev <yd-huang@outlook.com>
Sat, 10 Apr 2021 17:08:31 +0000 (01:08 +0800)
committerhyd-dev <yd-huang@outlook.com>
Sat, 17 Apr 2021 10:11:07 +0000 (18:11 +0800)
tests/ui/filter_methods.rs

index 514502416192640890c0c436981abcdb800f4d5e..96121b114ce6c8cfb5f77b18cfaadbf55cf3c991 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::all, clippy::pedantic)]
-#![allow(clippy::clippy::let_underscore_drop)]
+#![allow(clippy::let_underscore_drop)]
 #![allow(clippy::missing_docs_in_private_items)]
 
 fn main() {