We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833cbd6 + 3b7ba1d commit a417366Copy full SHA for a417366
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