fix test file
This commit is contained in:
parent
52418d661b
commit
b704843c44
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
error: unused extern crate
|
error: unused extern crate
|
||||||
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:12:1
|
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:11:1
|
||||||
|
|
|
|
||||||
LL | / #[cfg(blandiloquence)]
|
LL | / #[cfg(blandiloquence)]
|
||||||
LL | | extern crate edition_lint_paths;
|
LL | | extern crate edition_lint_paths;
|
||||||
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
|
| |________________________________^ help: remove it
|
||||||
| |________________________________|
|
|
||||||
| help: remove it
|
|
||||||
|
|
|
|
||||||
note: the lint level is defined here
|
note: the lint level is defined here
|
||||||
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:6:9
|
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:6:9
|
||||||
|
|
Loading…
Add table
Reference in a new issue