2017-12-21 12:15:15 -06:00
|
|
|
error: unused import: `BufRead`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-46576.rs:7:15
|
2017-12-21 12:15:15 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | use std::io::{BufRead, BufReader, Read};
|
2017-12-21 12:15:15 -06:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-46576.rs:4:9
|
2017-12-21 12:15:15 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #![deny(unused_imports)]
|
2017-12-21 12:15:15 -06:00
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|