summaryrefslogtreecommitdiff
path: root/maint/add_warning.py
Commit message (Collapse)AuthorAgeFilesLines
* Note a couple of more desired warnings.Nick Mathewson2021-06-171-0/+2
|
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
| | | | | | This would have saved ahf and me a lot of confusion in debugging a situation where we were cloning a reference of a type that didn't implement Clone.
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-1/+1
|
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-1/+6
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Add the little script I use to add warnings to crates.Nick Mathewson2021-05-181-0/+100