You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a long-term goal, as the library has to be fleshed out first and we will need support for static linking to enable using the crate system along with the ability to build position dependent binaries.
Support for features like allocators will take a while to figure out.
Add lint `almost_complete_digit_range`
changelog: [`almost_complete_digit_range`]: Add digit analog to `almost_complete_letter_range`
I have added a lint that will detect `'0'..'9'` and suggest converting it to `'0'..='9'`, the same way `almost_complete_letter_range` does for ascii letters. I tied into the implementation of `AlmostCompleteLetterRange` in order to do that, but I didn't change its interface.
This is my first contribution to Clippy, so please let me know if there's anything I should do differently. I'll be happy to incorporate any suggestions you have.
Thanks!
This is a long-term goal, as the library has to be fleshed out first and we will need support for static linking to enable using the crate system along with the ability to build position dependent binaries.
Support for features like allocators will take a while to figure out.
https://github.com/thestinger/rust-core
The text was updated successfully, but these errors were encountered: