Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate rust-core into the standard library #10043

Closed
thestinger opened this issue Oct 24, 2013 · 0 comments
Closed

integrate rust-core into the standard library #10043

thestinger opened this issue Oct 24, 2013 · 0 comments
Labels
E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot.

Comments

@thestinger
Copy link
Contributor

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

flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 17, 2022
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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot.
Projects
None yet
Development

No branches or pull requests

1 participant