Skip to content

Commit

Permalink
clippy: remove clippy::nursery lints
Browse files Browse the repository at this point in the history
Like clippy doc says nursery means "new lints that are still under development", I like stable things
  • Loading branch information
Snowiiii committed Oct 22, 2024
1 parent 3a76e62 commit f7398bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pumpkin/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![deny(clippy::all)]
#![warn(clippy::pedantic)]
// #![warn(clippy::restriction)]
#![warn(clippy::nursery)]
#![warn(clippy::cargo)]
// REMOVE SOME WHEN RELEASE
#![expect(clippy::cargo_common_metadata)]
Expand Down

0 comments on commit f7398bf

Please sign in to comment.