5 lines
266 B
TOML
5 lines
266 B
TOML
|
|
# Proper nouns that appear in indicator documentation. They are real names,
|
||
|
|
# not code identifiers, so `clippy::doc_markdown` must not demand backticks.
|
||
|
|
# `..` keeps clippy's built-in default identifier list in addition to these.
|
||
|
|
doc-valid-idents = ["LeBeau", ".."]
|