Static clippy_lints::methods::OR_FUN_CALL []

pub static OR_FUN_CALL: &'static Lint = &::rustc::lint::Lint{name: "OR_FUN_CALL",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using any `*or` method with a function call, which suggests `*or_else`",}