greyblake / nutype

Rust newtype with guarantees πŸ‡ΊπŸ‡¦ πŸ¦€
MIT License
1.42k stars 23 forks source link

Fix std instead of core or alloc #183

Closed vic1707 closed 3 weeks ago

vic1707 commented 2 months ago

Fixes #182

Also add some config so its hopefully less likely to happen πŸ™ƒ.

vic1707 commented 3 weeks ago

I don't really either, I just took the habit of enabling every possible clippy lints since it can give really good suggestions and I learn a lot by reading the clippy page of a lint when I break some rules 😁.