-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
clippy::borrowed_box gives a a wrongly suggestion with std::mem::transmute
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12602
opened Mar 31, 2024 by
ealinye
Clippy suggestion about borrowed_box when trait object is boxed is incomplete
C-bug
Category: Clippy is not doing the correct thing
#11940
opened Dec 9, 2023 by
droogmic
borrowed_box
warnings on functions that returns U<&V>
where V
happens to be Box<T>
C-bug
#11833
opened Nov 17, 2023 by
OxidizedLoop
New lint type: Category: Enhancement of lints, like adding more cases or adding help messages
performance-project
For issues and PRs related to the Clippy Performance Project
borrow
/ references
C-enhancement
#11464
by blyxyas
was closed Sep 10, 2023
clippy::borrowed_box shouldn't warn on return 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
#10982
opened Jun 18, 2023 by
KSXGitHub
Improve documentation of Area: Adding or improving documentation
good-first-issue
These issues are a good way to get started with Clippy
borrowed_box
A-documentation
#8161
by flip1995
was closed Jan 11, 2022
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
Suggest fix for Category: Enhancement of lints, like adding more cases or adding help messages
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
L-suggestion
Lint: Improving, adding or fixing lint suggestions
borrowed_box
return value
C-enhancement
#6728
opened Feb 12, 2021 by
camsteffen
Tracking Issue for refactoring Category: Tracking Issue
types.rs
C-tracking-issue
#6724
by Y-Nak
was closed Mar 31, 2021
4 tasks done
Bad suggestion with 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
borrowed_box
lint
C-bug
#6723
by ThibsG
was closed Feb 12, 2021
[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
3 of 7 tasks
False positive on clippy::borrowed_box forced by Mockall
C-bug
Category: Clippy is not doing the correct thing
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#5770
opened Jul 6, 2020 by
JamesSharkey
Most commonly ignored lints
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
#5418
by dtolnay
was closed Sep 13, 2021
Clippy incorrectly complains about
borrowed_box
when trait object is boxed
#3971
by idubrov
was closed Aug 31, 2020
borrowed_box gives syntactically invalid suggestion
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
#3128
by vks
was closed Oct 30, 2020
borrowed_box
incorrectly assumes mutable boxed slice allocation won't change
C-bug
#2907
by okready
was closed May 16, 2020
Consistently naming lints
S-needs-discussion
Status: Needs further discussion before merging or work can be started
The github.io links don't work for non-master releases if the Travis release build failed
C-bug
Category: Clippy is not doing the correct thing
#2614
by rcoh
was closed Jan 15, 2020
borrowed_box
lint and Any
C-enhancement
#1884
by stanislav-tkach
was closed Aug 24, 2017
borrowed_box should not be emitted for mutable boxed trait object
A-documentation
Area: Adding or improving documentation
#1845
opened Jun 23, 2017 by
antoyo
Writing out a Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-unnecessary
Lint: Warn about unnecessary code
T-middle
Type: Probably requires verifiying types
&Box<T>
type
A-lint
#1480
by oli-obk
was closed May 28, 2018
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.