2022-06-16 15:39:06 +00:00
|
|
|
error: item in documentation is missing backticks
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui-toml/doc_valid_idents_append/doc_markdown.rs:9:5
|
2022-06-16 15:39:06 +00:00
|
|
|
|
|
|
|
|
LL | /// TestItemThingyOfCoolness might sound cool but is not on the list and should be linted.
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::doc-markdown` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::doc_markdown)]`
|
2022-06-16 15:39:06 +00:00
|
|
|
help: try
|
|
|
|
|
|
|
|
|
LL | /// `TestItemThingyOfCoolness` might sound cool but is not on the list and should be linted.
|
|
|
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-16 15:39:06 +00:00
|
|
|
|