41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
error: unused import: `BufRead`
|
|
--> $DIR/issue-46576.rs:5:15
|
|
|
|
|
LL | use std::io::{BufRead, BufReader, Read};
|
|
| ^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/issue-46576.rs:2:9
|
|
|
|
|
LL | #![deny(unused_imports)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|