Skip to content

core: Update clone docs #6528

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

Closed
wants to merge 1 commit into from
Closed

core: Update clone docs #6528

wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented May 16, 2013

Remove the uncommon term 'object tree' in favor of 'value'.

@thestinger
Copy link
Contributor

@brson: looks like this will conflict with #6527

@thestinger
Copy link
Contributor

added p=1 to that one so it moves along faster

bors added a commit that referenced this pull request May 20, 2013
Remove the uncommon term 'object tree' in favor of 'value'.
@bors bors closed this May 21, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 30, 2021
New lint: redundant_slicing

changelog: Added lint: `redundant_slicing`
fixes rust-lang#6519

This will trigger on any type which implements `Index<RangeFull>` that returns the input type. This would be a false positive if the implementation does something other than return itself, but I'm not sure why you would ever want to do that.
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.

3 participants