Fix typo in comment.
This commit is contained in:
parent
924674202e
commit
c0599b1bbb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
// This is similar to compile-fail/match-static-const-lc, except it
|
||||
// shows the expected usual workaround (choosing a different name for
|
||||
// the static definition) and also demonstrates that one can work
|
||||
// around this problem locally by reanming the constant in the `use`
|
||||
// around this problem locally by renaming the constant in the `use`
|
||||
// form to an uppercase identifier that placates the lint.
|
||||
|
||||
#[deny(non_uppercase_pattern_statics)];
|
||||
|
|
Loading…
Add table
Reference in a new issue