mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 19:49:33 +00:00
7 lines
239 B
TOML
7 lines
239 B
TOML
# <https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms>
|
|
upper-case-acronyms-aggressive = true
|
|
|
|
# <https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown>
|
|
doc-valid-idents = [
|
|
"RandomX", ".."
|
|
]
|