Static clippy_lints::types::BOX_VEC []

pub static BOX_VEC: &Lint = &::lint::Lint{name: "BOX_VEC",
              default_level: ::lint::Warn,
              desc:
                  "usage of `Box<Vec<T>>`, vector elements are already on the heap",
              epoch_deny: None,}