rust/clippy_lints
Robin Schoonover 6c056d3465 Satisfy rc_buffer lint in Constant::Binary byte string by copying data
We can avoid the data copy again by fixing rustc_ast::ast::LitKind
later.
2020-09-22 20:35:54 -06:00
..
src Satisfy rc_buffer lint in Constant::Binary byte string by copying data 2020-09-22 20:35:54 -06:00
Cargo.toml Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup 2020-08-28 18:43:25 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.