Do not ignore path segments in the middle in #[allow]/#[warn]/#[deny]/#[forbid] attributes

This commit is contained in:
hyd-dev 2021-04-11 01:08:31 +08:00
parent e43c2005f2
commit ac044e35aa
No known key found for this signature in database
GPG key ID: 74FA7FD5B8DA14B8
4 changed files with 85 additions and 44 deletions

View 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() {