We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let_underscore_lock
1 parent e9f8713 commit 3b7ba1dCopy full SHA for 3b7ba1d
tests/ui/let_underscore_lock.rs
@@ -26,6 +26,7 @@ fn main() {
26
let _ = p_rw;
27
}
28
29
+#[allow(let_underscore_lock)]
30
fn uplifted() {
31
// shouldn't lint std locks as they were uplifted as rustc's `let_underscore_lock`
32
0 commit comments