]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/pattern/usefulness/match-byte-array-patterns.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / pattern / usefulness / match-byte-array-patterns.stderr
index 09484692fab0815b97e1768af4340ca9901eede6..0c582be8df8bc9423720a2470d9022d10b761c93 100644 (file)
@@ -4,7 +4,7 @@ error: unreachable pattern
 LL |         &[0x41, 0x41, 0x41, 0x41] => {}
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/match-byte-array-patterns.rs:1:9
    |
 LL | #![deny(unreachable_patterns)]