Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

redundant_slicing suggests change that doesn't compile. C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#12751 by Dirbaio was closed Aug 3, 2024
Breaking change suggestion for trait requirements on &[u8] C-bug Category: Clippy is not doing the correct thing I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#11995 opened Dec 21, 2023 by shtrophic
redundant_slicing/useless_asref produce non-compilable code C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#10608 opened Apr 7, 2023 by nyurik
Problem with cargo clippy --fix C-bug Category: Clippy is not doing the correct thing
#10718 opened Mar 7, 2023 by holtgrewe
[ER] Useless slicing warning C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#8089 opened Dec 7, 2021 by leonardo-m
False positive redundant_slicing report when slicing as immutable slice to invoke Read trait methods taking (&mut self) C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#7972 by EdMcBane was closed Feb 17, 2022
2
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
Imporve redundant_slicing lint by taking the expected type into account C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#7257 by YohDeadfall was closed Feb 17, 2022
redundant_slicing false positive & bad suggestion C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#7113 by CPerezz was closed Apr 19, 2021
redundant_slicing false positive on bytes::buf::UninitSlice move C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6968 by roblabla was closed Mar 26, 2021
ProTip! Adding no:label will show everything without a label.