Name Description Size Coverage
__init__.py Build clippy driver flags (-W/-A/-D) from the warn/allow/deny lists in clippy.yml. Order matters: warns (often lint groups) come first, then the allows that opt back out of individual lints from those groups, then the denys. For a given lint the rightmost flag wins. 9485 -