summaryrefslogtreecommitdiff
path: root/tests/ui/rust-2018/remove-extern-crate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rust-2018/remove-extern-crate.rs')
-rw-r--r--tests/ui/rust-2018/remove-extern-crate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rust-2018/remove-extern-crate.rs b/tests/ui/rust-2018/remove-extern-crate.rs
index 5dafdb2b7b7..ef3c2db696a 100644
--- a/tests/ui/rust-2018/remove-extern-crate.rs
+++ b/tests/ui/rust-2018/remove-extern-crate.rs
@@ -5,7 +5,7 @@
// compile-flags:--extern remove_extern_crate
#![warn(rust_2018_idioms)]
-#![allow(drop_copy)]
+#![allow(dropping_copy_types)]
extern crate core; //~ WARNING unused extern crate
// Shouldn't suggest changing to `use`, as `another_name`