-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
box_default causes type error
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
#12684
by matthiaskrgr
was closed May 1, 2024
box_default: removes necessary path in fixed code
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
#11927
by OneFourth
was closed Feb 26, 2024
False positive box_default inside macro
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#11868
by synek317
was closed Nov 26, 2023
Box::default recommendation is overly broad (rustc can't infer type)
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#10381
by dacut
was closed Feb 20, 2023
Clippy --fix for box_default creates invalid code
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
#10089
by nsabovic
was closed Jan 9, 2023
False positive for Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
box_default
in #![no_std]
crate
C-bug
#9653
by lukas-code
was closed Oct 16, 2022
False positive of box_default
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#9639
by BusyJay
was closed Oct 13, 2022
box-default wrongly suggest on dyn trait
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#9621
by flisky
was closed Oct 23, 2022
[Roadmap] Lint groups
A-category
Area: Categorization of lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
C-tracking-issue
Category: Tracking Issue
P-low
Priority: Low
#6626
opened Jan 22, 2021 by
flip1995
4 of 7 tasks
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.