doc_markdown suggests backticks for text that is not an identifier #13097
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
Summary
The doc_markdown lint suggested backticks for text that is not an identifier anywhere in the code file or in the workspace.
Lint Name
doc_markdown
Reproducer
I tried this code:
I saw this happen:
Ref: https://github.com/stellar/stellar-cli/actions/runs/9933470510/job/27436261859?pr=1453
I expected to see this happen:
No warning, as the text "JSONified" doesn't refer to an identifier.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: