]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/mut_key.stderr
Auto merge of #87686 - matthiaskrgr:clippy_august_21_perf, r=jackh726
[rust.git] / src / tools / clippy / tests / ui / mut_key.stderr
index 8d6a259c7e385f307ada794ea2e9ca0f06f01853..a8460b06ca6038ef3b976e9b6867ca33049cfcc1 100644 (file)
@@ -4,7 +4,7 @@ error: mutable key type
 LL | fn should_not_take_this_arg(m: &mut HashMap<Key, usize>, _n: usize) -> HashSet<Key> {
    |                                ^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `#[deny(clippy::mutable_key_type)]` on by default
+   = note: `-D clippy::mutable-key-type` implied by `-D warnings`
 
 error: mutable key type
   --> $DIR/mut_key.rs:27:72