error: `Vec` is already on the heap, the boxing is unnecessary. --> $DIR/vec_box_sized.rs:10:17 | LL | sized_type: Vec>, | ^^^^^^^^^^^^^^^^^^^^^ help: try: `Vec` | = note: `-D clippy::vec-box` implied by `-D warnings` error: aborting due to previous error