]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui-toml/vec_box_sized/test.rs
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / src / tools / clippy / tests / ui-toml / vec_box_sized / test.rs
index bf04bee16373c3c9e22f09bc896632540e6705f5..4c46deb585b6c26297d3f931b6ce21f90d3f4ee8 100644 (file)
@@ -7,8 +7,9 @@ struct C {
 }
 
 struct Foo(Vec<Box<u8>>);
-struct Bar(Vec<Box<u32>>);
-struct Baz(Vec<Box<(u32, u32)>>);
+struct Bar(Vec<Box<u16>>);
+struct Quux(Vec<Box<u32>>);
+struct Baz(Vec<Box<(u16, u16)>>);
 struct BarBaz(Vec<Box<S>>);
 struct FooBarBaz(Vec<Box<C>>);