Skip to content

Rustpkg: ignoring tests on i686, reorganizing test files #6519

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 2 commits into from

Conversation

catamorphism
Copy link
Contributor

No description provided.

@bors bors closed this May 16, 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.

2 participants