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

Use the traits added to the Rust 2021 Edition prelude #8818

Merged
merged 1 commit into from
May 11, 2022

Conversation

koic
Copy link
Contributor

@koic koic commented May 11, 2022

Follow up rust-lang/rust#96861.

This PR uses the traits added to the Rust 2021 Edition prelude.

The TryInto, TryFrom and FromIterator traits are now part of the prelude.

https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html


changelog: none

Follow up rust-lang/rust#96861.

This PR uses the traits added to the Rust 2021 Edition prelude.

> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.

https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @giraffate (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label May 11, 2022
@flip1995
Copy link
Member

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented May 11, 2022

📌 Commit ae0216d has been approved by flip1995

@bors
Copy link
Contributor

bors commented May 11, 2022

⌛ Testing commit ae0216d with merge 45b08b8...

bors added a commit that referenced this pull request May 11, 2022
Use the traits added to the Rust 2021 Edition prelude

Follow up rust-lang/rust#96861.

This PR uses the traits added to the Rust 2021 Edition prelude.

> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.

https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
@bors
Copy link
Contributor

bors commented May 11, 2022

💔 Test failed - checks-action_test

@xFrednet
Copy link
Member

The changelog entry was missing

@bors retry

@bors
Copy link
Contributor

bors commented May 11, 2022

⌛ Testing commit ae0216d with merge a3d1f28...

@bors
Copy link
Contributor

bors commented May 11, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing a3d1f28 to master...

@bors bors merged commit a3d1f28 into rust-lang:master May 11, 2022
@koic koic deleted the use_rust_2021_prelude branch May 12, 2022 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants