···3838 meta = with lib; {
3939 homepage = "https://rust-lang.github.io/rust-clippy/";
4040 description = "A bunch of lints to catch common mistakes and improve your Rust code";
4141+ mainProgram = "cargo-clippy";
4142 maintainers = with maintainers; [ basvandijk ] ++ teams.rust.members;
4243 license = with licenses; [ mit asl20 ];
4344 platforms = platforms.unix;