]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mut_mut.stderr
Merge pull request #1919 from rust-lang-nursery/ui
[rust.git] / tests / ui / mut_mut.stderr
index 82120f583efcea4ca1085d9c260cf55f08ed1a46..dd3a85c97760b7720bf2b2f5b6ebdf606c80ba2c 100644 (file)
@@ -4,11 +4,7 @@ error: generally you want to avoid `&mut &mut _` if possible
 10 | fn fun(x : &mut &mut u32) -> bool {
    |            ^^^^^^^^^^^^^
    |
-note: lint level defined here
-  --> $DIR/mut_mut.rs:5:9
-   |
-5  | #![deny(mut_mut)]
-   |         ^^^^^^^
+   = note: `-D mut-mut` implied by `-D warnings`
 
 error: generally you want to avoid `&mut &mut _` if possible
   --> $DIR/mut_mut.rs:24:17