]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/complex_types.rs
Auto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
[rust.git] / tests / ui / complex_types.rs
index cfece3768ef853861b5d86a02d3b207f695de620..be61fb6b9be613cca8bd66f622644b253af6cabd 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::all)]
-#![allow(unused, clippy::needless_pass_by_value)]
+#![allow(unused, clippy::needless_pass_by_value, clippy::vec_box)]
 #![feature(associated_type_defaults)]
 
 type Alias = Vec<Vec<Box<(u32, u32, u32, u32)>>>; // no warning here