2026-05-22 19:42:14 +02:00
|
|
|
# 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", ".."]
|