mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-22 19:13:29 +00:00
6b5419412e
add size parameter for `vec_box` lint changelog: add size threshold for the `vec_box` lint, currently 4096 bytes (one page) (subject to change). Closes #3547. diff is a little bit confusing due to some refactoring (moving free functions to lint struct functions), relevant portion is [this](https://github.com/rust-lang/rust-clippy/compare/master...Areredify:vec_box_threshold?expand=1#diff-1096120ca9143af89dcc9175ea92b54aR294-R298). In hindsight should've been different commits, but oh well. |
||
---|---|---|
.. | ||
attrs.rs | ||
author.rs | ||
camel_case.rs | ||
comparisons.rs | ||
conf.rs | ||
constants.rs | ||
diagnostics.rs | ||
higher.rs | ||
hir_utils.rs | ||
inspector.rs | ||
internal_lints.rs | ||
mod.rs | ||
paths.rs | ||
ptr.rs | ||
sugg.rs | ||
sym.rs | ||
usage.rs |