summaryrefslogtreecommitdiff
path: root/clippy-nightly.toml
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-1/+2
| | | | | | Found these by disabling the nightly dbg macro special case. Now, we have a mechanism for globally adding suppressions to tests, we can use that instead.
* Fix typo in clippy-nightly.tomlNick Mathewson2022-06-091-1/+1
|
* clippy: Allow dbg in tests *again*Ian Jackson2022-06-081-0/+6
*sigh*