mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
fdce47ba7d
add lint on File::read_to_string and File::read_to_end Adds lint `verbose_file_reads` which checks for use of File::read_to_end and File::read_to_string. Closes https://github.com/rust-lang/rust-clippy/issues/4916 changelog: add lint on File::{read_to_end, read_to_string} |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |