summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/unused/lint-unused-extern-crate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/unused/lint-unused-extern-crate.rs')
-rw-r--r--tests/ui/lint/unused/lint-unused-extern-crate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lint/unused/lint-unused-extern-crate.rs b/tests/ui/lint/unused/lint-unused-extern-crate.rs
index d5e4da526..79df58b70 100644
--- a/tests/ui/lint/unused/lint-unused-extern-crate.rs
+++ b/tests/ui/lint/unused/lint-unused-extern-crate.rs
@@ -31,5 +31,5 @@ mod foo {
fn main() {
lint_unused_extern_crate3::foo();
- let y = foo();
+ foo();
}