Static clippy_lints::methods::GET_UNWRAP []

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