mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
error: unused import: `std::fs`
|
|
--> $DIR/unused-import-issue-87973.rs:8:5
|
|
|
|
|
LL | use std::fs;
|
|
| ^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/unused-import-issue-87973.rs:2:9
|
|
|
|
|
LL | #![deny(unused_imports)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|