mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-04 18:40:18 +00:00
990e2b35b2
New lint: redundant_slicing changelog: Added lint: `redundant_slicing` fixes #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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |