We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb301b commit 3841af8Copy full SHA for 3841af8
tests/error-tests/tests/test_unicode.rs
@@ -6,6 +6,6 @@ fn main() {
6
// ^^^NOTE(>=1.17.0) #[warn(unused_variables)]
7
// ^^^NOTE(>=1.21.0,<1.22.0) to disable this warning
8
// ^^^NOTE(>=1.22.0,<1.25.0-beta) to avoid this warning
9
-// ^^^HELP(>=1.25.0-beta) consider using `_foo` instead
+// ^^^HELP(>=1.25.0-beta) consider
10
// ^^^HELP(>=1.25.0-beta) /Accept Replacement:.*_foo/
11
}
0 commit comments