Fix typo in comment.

This commit is contained in:
Felix S. Klock II 2013-10-01 01:55:37 +02:00
parent 924674202e
commit c0599b1bbb

View File

@ -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)];