Skip to content

Conversation

@lilyball
Copy link
Contributor

@lilyball lilyball commented Aug 1, 2013

RWArc had a clone() method, but it was part of impl RWArc instead of
an implementation of Clone.

Stick with the explicit implementation instead of deriving Clone so we
can have a docstring.

Fixes #8052.

RWArc had a clone() method, but it was part of impl RWArc instead of
an implementation of Clone.

Stick with the explicit implementation instead of deriving Clone so we
can have a docstring.

Fixes rust-lang#8052.
@lilyball
Copy link
Contributor Author

lilyball commented Aug 2, 2013

r? @bblum

I standardized the docstring on all 3 clone()s to be on the method.

@thestinger
Copy link
Contributor

Landing with #8257.

@thestinger thestinger closed this Aug 3, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 13, 2022
…p1995

Remove method_call! macro

This is possible now that `SymbolStr` is removed from rustc.

changelog: none
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.

RWARC should explicitly 'impl... Clone`

3 participants