2017-12-21 13:15:15 -05:00
|
|
|
error: unused import: `BufRead`
|
2020-10-27 13:10:31 +00:00
|
|
|
--> $DIR/issue-46576.rs:5:15
|
2017-12-21 13:15:15 -05:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | use std::io::{BufRead, BufReader, Read};
|
2017-12-21 13:15:15 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2020-10-27 13:10:31 +00:00
|
|
|
--> $DIR/issue-46576.rs:2:9
|
2017-12-21 13:15:15 -05:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | #![deny(unused_imports)]
|
2017-12-21 13:15:15 -05:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|