2017-01-05 18:55:43 -08:00
|
|
|
warning: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
|
|
|
|
--> $DIR/command-line-lint-group-warn.rs:14:9
|
|
|
|
|
|
|
|
|
14 | let _InappropriateCamelCasing = true;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2017-01-05 20:01:22 -08:00
|
|
|
= note: `-W non-snake-case` implied by `-W bad-style`
|
2017-01-05 18:55:43 -08:00
|
|
|
|