mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix typo in comment.
This commit is contained in:
parent
924674202e
commit
c0599b1bbb
@ -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…
Reference in New Issue
Block a user