Skip to content

core: Update clone docs - #6528

Closed
brson wants to merge 1 commit into
rust-lang:incomingfrom
brson:docs
Closed

core: Update clone docs#6528
brson wants to merge 1 commit into
rust-lang:incomingfrom
brson:docs

Conversation

@brson

Copy link
Copy Markdown
Contributor

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

@thestinger

Copy link
Copy Markdown
Contributor

@brson: looks like this will conflict with #6527

@thestinger

Copy link
Copy Markdown
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'.
@borsbors 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`
fixesrust-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 freeto 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

@brson@thestinger@bors