Aleph-Alpha / ts-rs

Generate TypeScript bindings from Rust types
MIT License
1.15k stars 115 forks source link

Add clippy pedantic + nursery #240

Closed escritorio-gustavo closed 8 months ago

escritorio-gustavo commented 9 months ago

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

escritorio-gustavo commented 8 months ago

Closing this as it's really not important right now