Static clippy_lints::loops::FOR_LOOP_OVER_RESULT []

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