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 9246742 commit c0599b1Copy full SHA for c0599b1
src/test/run-pass/match-static-const-rename.rs
@@ -13,7 +13,7 @@
13
// This is similar to compile-fail/match-static-const-lc, except it
14
// shows the expected usual workaround (choosing a different name for
15
// the static definition) and also demonstrates that one can work
16
-// around this problem locally by reanming the constant in the `use`
+// around this problem locally by renaming the constant in the `use`
17
// form to an uppercase identifier that placates the lint.
18
19
#[deny(non_uppercase_pattern_statics)];
0 commit comments