mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
![]() 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 |