]> git.lizzy.rs Git - rust.git/blobdiff - tests/compile-test.rs
Fix clippy tests
[rust.git] / tests / compile-test.rs
index f25cf1d3ef56185243762a4f3296f4f7ca2eca98..a2d58491872b30813e99e0bb2685478183c6dc74 100644 (file)
@@ -28,6 +28,7 @@
     "serde",
     "serde_derive",
     "syn",
+    "parking_lot",
 ];
 
 // Test dependencies may need an `extern crate` here to ensure that they show up
@@ -41,6 +42,8 @@
 #[allow(unused_extern_crates)]
 extern crate itertools;
 #[allow(unused_extern_crates)]
+extern crate parking_lot;
+#[allow(unused_extern_crates)]
 extern crate quote;
 #[allow(unused_extern_crates)]
 extern crate syn;