Open hobofan opened 7 years ago
This is what I'll be waiting for. I develop on stable Rust and prefer to clutter up my codebase with as few references to nightly-only things as possible. (Clippy is handled through a shell script which runs all of the tests and static checks as one big bundle)
Having a cargo command that acts similar to the way clippy does, would be awesome to have.