Static clippy_lints::fallible_impl_from::FALLIBLE_IMPL_FROM []

pub static FALLIBLE_IMPL_FROM: &Lint = &::lint::Lint{name: "FALLIBLE_IMPL_FROM",
              default_level: ::lint::Allow,
              desc:
                  "Warn on impls of `From<..>` that contain `panic!()` or `unwrap()`",
              epoch_deny: None,}