doc_markdown gives false positive on intra-doc link paths with bracket syntax #7758
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
L-pedantic
Lint: Belongs in the pedantic lint group
Lint name: doc_markdown
I tried this code:
/// [plain text][path::to::item]
I expected to see this happen: no warning emitted
Instead, this happened:
This doesn't happen with
()
syntax:/// [plain text](path::to::item)
Meta
Rust version (
rustc -Vv
):The text was updated successfully, but these errors were encountered: