Skip to content

Commit c0599b1

Browse files
committed
Fix typo in comment.
1 parent 9246742 commit c0599b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/match-static-const-rename.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// This is similar to compile-fail/match-static-const-lc, except it
1414
// shows the expected usual workaround (choosing a different name for
1515
// the static definition) and also demonstrates that one can work
16-
// around this problem locally by reanming the constant in the `use`
16+
// around this problem locally by renaming the constant in the `use`
1717
// form to an uppercase identifier that placates the lint.
1818

1919
#[deny(non_uppercase_pattern_statics)];

0 commit comments

Comments
 (0)