There is no way to see the status of all lints right now. (allow, warn, deny, disabled?)
I was getting more warnings in the unix CI than in my unix VM.
Later I found the cause was not using --all-features in the VM command.
I didn't expect it to change the lints, only my code, and debugging this was terrible because I can't see the status of the lints.
The output could be in clippy.toml format with everything explicit. (serialize to toml)
This would facilitate the creation of that file since there would be a clear reference.