Static clippy_lints::loops::FOR_LOOP_OVER_RESULT []

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