]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/large_digit_groups.stderr
Addition `manual_map` test for `unsafe` blocks
[rust.git] / tests / ui / large_digit_groups.stderr
index fe472e66949308daade4a297d83b0dd00aaaed14..13d108b56e02e72558003d8c838410a07219e11a 100644 (file)
@@ -4,7 +4,7 @@ error: digits of hex or binary literal not grouped by four
 LL |         0x1_234_567,
    |         ^^^^^^^^^^^ help: consider: `0x0123_4567`
    |
-   = note: `-D clippy::unusual-byte-grouping` implied by `-D warnings`
+   = note: `-D clippy::unusual-byte-groupings` implied by `-D warnings`
 
 error: digits of hex or binary literal not grouped by four
   --> $DIR/large_digit_groups.rs:22:9