mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Do not ignore path segments in the middle in #[allow]
/#[warn]
/#[deny]
/#[forbid]
attributes
This commit is contained in:
parent
f6d1f368db
commit
913780397a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue