Static clippy_lints::loops::FOR_LOOP_OVER_OPTION []

pub static FOR_LOOP_OVER_OPTION: &Lint = &::lint::Lint{name: "FOR_LOOP_OVER_OPTION",
              default_level: ::lint::Deny,
              desc:
                  "for-looping over an `Option`, which is more clearly expressed as an `if let`",
              epoch_deny: None,}