Uh oh!
There was an error while loading. Please reload this page.
Stabilize [T]::rotate_{left,right} - #48450
Conversation
rust-highfive
commented
Feb 23, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
frewsxcv
commented
Feb 23, 2018
r? @rust-lang/libs |
There was a problem hiding this comment.
I think this should be since = "1.26.0", not issue?
da0fc93 to
b1a6c8bComparealexcrichton
commented
Feb 24, 2018
Despite having only been added very recently (the @rfcbot fcp merge |
Team member @alexcrichton has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once a majority of reviewers approve (and none object), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
sfackler
commented
Feb 26, 2018
Yep, I'm happy with the left/right rename. |
rfcbot
commented
Feb 26, 2018
🔔 This is now entering its final comment period, as per the review above. 🔔 |
alexcrichton
commented
Feb 26, 2018
@bors: r+ |
bors
commented
Feb 26, 2018
📌 Commit b1a6c8b has been approved by |
…rotatee, r=alexcrichton
Stabilize [T]::rotate_{left,right}
rust-lang#41891alexcrichton
commented
Feb 27, 2018
@bors: rollup |
The `rotate` method has been deprecated in favor of `rotate_left` and `rotate_right` since rust-lang/rust#46777, and will be deleted in rust-lang/rust#48450.
The `rotate` method has been deprecated in favor of `rotate_left` and `rotate_right` since rust-lang/rust#46777, and will be deleted in rust-lang/rust#48450.
…rotatee, r=alexcrichton
Stabilize [T]::rotate_{left,right}
rust-lang#41891
#41891