]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/inherent_to_string.stderr
Downgrade many_single_char_names to pedantic
[rust.git] / tests / ui / inherent_to_string.stderr
index 76d1bb873ebebd18fdd909324a71e1d49ccdf65d..4f331f5bec9e6fe87073d1cdb63991862db4bf28 100644 (file)
@@ -17,7 +17,7 @@ LL | |         "C.to_string()".to_string()
 LL | |     }
    | |_____^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/inherent_to_string.rs:2:9
    |
 LL | #![deny(clippy::inherent_to_string_shadow_display)]