2019-01-04 15:19:52 +00:00
|
|
|
warning: variable `_InappropriateCamelCasing` should have a snake case name
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/command-line-lint-group-warn.rs:5:9
|
2017-01-06 02:55:43 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let _InappropriateCamelCasing = true;
|
2019-01-04 15:19:52 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_inappropriate_camel_casing`
|
2017-01-06 02:55:43 +00:00
|
|
|
|
|
2017-01-06 04:01:22 +00:00
|
|
|
= note: `-W non-snake-case` implied by `-W bad-style`
|
2017-01-06 02:55:43 +00:00
|
|
|
|
2020-03-11 15:30:09 +00:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|