cleanup depricated uint in rand/mod.rs and rand/os.rs#21676
cleanup depricated uint in rand/mod.rs and rand/os.rs#21676bors merged 2 commits intorust-lang:masterfrom
uint in rand/mod.rs and rand/os.rs#21676Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
There was a problem hiding this comment.
I think it should be possible to just remove most of the suffixes, could you try that?
There was a problem hiding this comment.
Yes i can remove those.
…r=alexcrichton
Cleanup mention of uint, use usize/us instead. This includes the example `println!("{}", 2u * x);`
…r=alexcrichton
Cleanup mention of uint, use usize/us instead. This includes the example `println!("{}", 2u * x);`
Update vs_code.md flatpak SDK extensions to 25.08 runtime
Cleanup mention of uint, use usize/us instead. This includes the example
println!("{}", 2u * x);