Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b704843

Browse files
committed
fix test file
1 parent 52418d6 commit b704843

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/ui/rust-2018/issue-54400-unused-extern-crate-attr-span.stderr

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
error: unused extern crate
2-
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:12:1
2+
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:11:1
33
|
44
LL | / #[cfg(blandiloquence)]
55
LL | | extern crate edition_lint_paths;
6-
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
7-
| |________________________________|
8-
| help: remove it
6+
| |________________________________^ help: remove it
97
|
108
note: the lint level is defined here
119
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:6:9

0 commit comments

Comments
 (0)