mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
error: braces around A is unnecessary
|
|
--> $DIR/lint-unnecessary-import-braces.rs:3:1
|
|
|
|
|
LL | use test::{A};
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/lint-unnecessary-import-braces.rs:1:9
|
|
|
|
|
LL | #![deny(unused_import_braces)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|