summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/command-line-lint-group-warn.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/lint/command-line-lint-group-warn.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/lint/command-line-lint-group-warn.stderr b/tests/ui/lint/command-line-lint-group-warn.stderr
index e9c80b4ef..cfe346a5b 100644
--- a/tests/ui/lint/command-line-lint-group-warn.stderr
+++ b/tests/ui/lint/command-line-lint-group-warn.stderr
@@ -5,6 +5,7 @@ LL | let _InappropriateCamelCasing = true;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_inappropriate_camel_casing`
|
= note: `-W non-snake-case` implied by `-W bad-style`
+ = help: to override `-W bad-style` add `#[allow(non_snake_case)]`
warning: 1 warning emitted