rust-clippy/tests/ui/doc/doc_markdown-issue_13097.stderr
2024-07-26 11:12:59 +02:00

18 lines
431 B
Text

error: item in documentation is missing backticks
--> tests/ui/doc/doc_markdown-issue_13097.rs:7:9
|
LL | /// HumaNified
| ^^^^^^^^^^
|
note: the lint level is defined here
--> tests/ui/doc/doc_markdown-issue_13097.rs:4:9
|
LL | #![deny(clippy::doc_markdown)]
| ^^^^^^^^^^^^^^^^^^^^
help: try
|
LL | /// `HumaNified`
| ~~~~~~~~~~~~
error: aborting due to 1 previous error