rust/clippy_lints
bors 981ffa7c14 Auto merge of #6959 - ebobrow:iss-6927-fix, r=camsteffen
Check for `.to_string().into_bytes()` in string_lit_to_bytes

fixes #6927

changelog: Add a check for `into_bytes()` to string_lit_to_bytes lint
2021-03-25 03:01:35 +00:00
..
src Auto merge of #6959 - ebobrow:iss-6927-fix, r=camsteffen 2021-03-25 03:01:35 +00:00
Cargo.toml Get rid of some unused dependecies 2021-03-16 14:51:57 +01:00
README.md

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