Open
Description
It would be useful to have a clippy mode which runs clippy on the script, ideally clippy args could be supplied (especially as -A
has no alternative in a config file).
This could be used to run on purposely "imperfect" code to show the messages that rust compiler/clippy provide for the sample code.