mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-27 06:33:07 +03:00
Do not ignore path segments in the middle in #[allow]/#[warn]/#[deny]/#[forbid] attributes
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user