Test for ignoring let_underscore_must_use
This commit is contained in:
parent
c211cea3e9
commit
97acabe56a
@ -88,4 +88,7 @@ fn main() {
|
||||
let _ = a.map(|_| ());
|
||||
|
||||
let _ = a;
|
||||
|
||||
#[allow(clippy::let_underscore_must_use)]
|
||||
let _ = a;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user