-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 5 pull requests #64522
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 5 pull requests #64522
Conversation
Fixes some extra blank lines and makes some minor tweaks to the wording.
`AdtDef` is an algebraic data type, not abstract data type r? @varkor
update Miri Fixes rust-lang#64363 r? @alexcrichton for the Cargo.toml changes: with byteorder 1.3, the `i128` feature is a NOP, so we can remove it everywhere and then get rid of this crate in the workspace-hack.
…r=Centril Make some adjustments to the documentation for `std::convert::identity` Fixes some extra blank lines and makes some minor tweaks to the wording.
update Nomicon and Reference Cc @Centril
…r-proj-slice, r=oli-obk Use while let slice_pattern instead of carrying an index around r? @oli-obk
@bors r+ p=5 rollup=never |
📌 Commit 60ee1d4 has been approved by |
⌛ Testing commit 60ee1d4 with merge 0e1643d1dbdd7314807aa3d3c109f6abdfb96dd6... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
AdtDef
is an algebraic data type, not abstract data type #64357 (AdtDef
is an algebraic data type, not abstract data type)std::convert::identity
#64509 (Make some adjustments to the documentation forstd::convert::identity
)Failed merges:
r? @ghost