]> git.lizzy.rs Git - rust.git/blobdiff - tests/compile-test.rs
Auto merge of #9023 - unvalley:add-meta-tag-for-lint-list, r=xFrednet
[rust.git] / tests / compile-test.rs
index 04c2eeff08b6f0b32ec0dd2b666ee84d31de7140..7d2198357232453732b111cd16f5983f3999e049 100644 (file)
@@ -23,6 +23,7 @@
 
 /// All crates used in UI tests are listed here
 static TEST_DEPENDENCIES: &[&str] = &[
+    "clap",
     "clippy_utils",
     "derive_new",
     "futures",
@@ -41,6 +42,8 @@
 // Test dependencies may need an `extern crate` here to ensure that they show up
 // in the depinfo file (otherwise cargo thinks they are unused)
 #[allow(unused_extern_crates)]
+extern crate clap;
+#[allow(unused_extern_crates)]
 extern crate clippy_utils;
 #[allow(unused_extern_crates)]
 extern crate derive_new;