Skip to content

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