Add diagnostic item for std::io::BufRead
This will be used in Clippy to detect unbuffered calls to `Read::bytes()`.
This commit is contained in:
parent
ced8e650cd
commit
f8930b44a5
2 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,7 @@ symbols! {
|
|||
Into,
|
||||
IntoFuture,
|
||||
IntoIterator,
|
||||
IoBufRead,
|
||||
IoLines,
|
||||
IoRead,
|
||||
IoSeek,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue