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