Skip to content

reference: inherits is more clear than implies #26808

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

Merged
merged 1 commit into from
Jul 6, 2015
Merged

reference: inherits is more clear than implies #26808

merged 1 commit into from
Jul 6, 2015

Conversation

tshepang
Copy link
Member

@tshepang tshepang commented Jul 5, 2015

No description provided.

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@tshepang tshepang changed the title reference: use a more clear word reference: inherit is more clear than implies Jul 5, 2015
@tshepang tshepang changed the title reference: inherit is more clear than implies reference: inherits is more clear than implies Jul 5, 2015
`FnMut` can mutate values from its environment. `FnMut` implies
`FnOnce`.
`FnMut` can mutate values from its environment. `FnMut` inherits from
`FnOnce` (i.e. anything implementing `FnMut` should
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure this is a should, I think it happens automatically

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented Jul 5, 2015

📌 Commit 10e762e has been approved by steveklabnik

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 5, 2015
bors added a commit that referenced this pull request Jul 5, 2015
@bors bors merged commit 10e762e into rust-lang:master Jul 6, 2015
@tshepang tshepang deleted the closures branch July 6, 2015 08:36
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