Files
rust/clippy_dev/src
Matthias Krüger 45424c7e75 lintcheck: add --fix mode which tries to apply lint suggestions to the sources and prints a warning if that fails
Great for spotting false positives/broken suggestions of applicable lints.

There are false positives though becasue I'm not sure yet how to silence rustc warnings while keeping clippy warnings.
Sometimes rustc makes a suggestion that fails to apply and the implementation does not differenciate between clippy and rustc warnings when applying lint suggestions.

changelog: none
2021-03-05 17:11:21 +01:00
..
2021-02-22 12:45:11 +09:00
2021-03-05 13:36:55 +01:00
2021-02-06 16:35:38 -06:00
2020-11-29 21:07:47 +01:00