Skip to content

Implement placement-in protocol for VecDeque#40389

Merged
bors merged 1 commit into
rust-lang:masterfrom
F001:placementVecDeque
Mar 11, 2017
Merged

Implement placement-in protocol for VecDeque#40389
bors merged 1 commit into
rust-lang:masterfrom
F001:placementVecDeque

Conversation

@F001

@F001 F001 commented Mar 9, 2017

Copy link
Copy Markdown
Contributor

CC #30172

r? @nagisa

@F001 F001 changed the title Implement placement-in protocol for and VecDeque Implement placement-in protocol for VecDeque Mar 9, 2017
@nagisa

nagisa commented Mar 9, 2017

Copy link
Copy Markdown
Member

Looks great to me.

@aturon

aturon commented Mar 9, 2017

Copy link
Copy Markdown
Contributor

@bors delegate=nagisa

@bors

bors commented Mar 9, 2017

Copy link
Copy Markdown
Collaborator

✌️ @nagisa can now approve this pull request

@nagisa

nagisa commented Mar 9, 2017

Copy link
Copy Markdown
Member

@bors r+

Thanks!

@bors

bors commented Mar 9, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 8062cfb has been approved by nagisa

arielb1 pushed a commit to arielb1/rust that referenced this pull request Mar 9, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 10, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
alexcrichton pushed a commit to arielb1/rust that referenced this pull request Mar 10, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 10, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
arielb1 pushed a commit to arielb1/rust that referenced this pull request Mar 10, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
arielb1 pushed a commit to arielb1/rust that referenced this pull request Mar 10, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
arielb1 pushed a commit to arielb1/rust that referenced this pull request Mar 10, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 11, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 11, 2017
Implement placement-in protocol for `VecDeque`

CC rust-lang#30172

r? @nagisa
reason = "placement protocol is subject to change",
issue = "30172")]
impl<'a, T> Placer<T> for PlaceBack<'a, T> {
type Place = PlaceBack<'a, T>;

@tikue tikue Mar 11, 2017

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be type Place = Self?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It's the same. And I don't bias towards any one.

@bors bors merged commit 8062cfb into rust-lang:master Mar 11, 2017
@F001 F001 deleted the placementVecDeque branch March 11, 2017 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants