-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messagesgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Description
In #3545 the VEC_BOX
lint was implemented. This lints on usage of Vec<Box<T: Sized>>
. The Box
around T
could make sense though, if T
is a very large type. (See also #3530 (comment))
A good enhancement for this lint would be, to make it configurable over the size of T
, with some meaningful default value (TBD).
Kampfkarren
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messagesgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy