summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr')
-rw-r--r--src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr b/src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr
index 7944da14f..afb7c6b4d 100644
--- a/src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr
+++ b/src/tools/clippy/tests/ui/four_forward_slashes_first_line.stderr
@@ -6,6 +6,7 @@ LL | | fn a() {}
| |_
|
= note: `-D clippy::four-forward-slashes` implied by `-D warnings`
+ = help: to override `-D warnings` add `#[allow(clippy::four_forward_slashes)]`
help: make this a doc comment by removing one `/`
|
LL + /// borked doc comment on the first line. doesn't combust!