Static clippy_lints::methods::GET_UNWRAP []

pub static GET_UNWRAP: &'static Lint = &::rustc::lint::Lint{name: "GET_UNWRAP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using `.get().unwrap()` or `.get_mut().unwrap()` when using `[]` would work instead",}