This PR enables #![deny(clippy::pedantic)] and #![deny(clippy::nursery)] for more strict compiler feedback.
Hey @NyxCode, I thought it'd be nice to have some extra clippy lints to help us check the code, but I totally get it if
you dislike this change, so feel free to close this PR if you wish to
This PR enables
#![deny(clippy::pedantic)]
and#![deny(clippy::nursery)]
for more strict compiler feedback.Hey @NyxCode, I thought it'd be nice to have some extra clippy lints to help us check the code, but I totally get it if you dislike this change, so feel free to close this PR if you wish to