• alt_serde_json 1.0.61/src/error.rs
    127
    #[cfg(feature = "std")]
    128
    #[allow(clippy::fallible_impl_from)]
    129
    impl From<Error> for io::Error {
  • ark-api 0.17.0-pre.15/src/error.rs
    38
    #[allow(clippy::fallible_impl_from)] // better to panic here if `Success` is used instead of in all use cases
    39
    impl From<ErrorCode> for Error {
  • bonsaidb-core 0.4.1/src/keyvalue.rs
    685
    #[allow(clippy::fallible_impl_from)]
    686
    impl TryFrom<Numeric> for f64 {
    697
    #[allow(clippy::fallible_impl_from)]
    698
    impl TryFrom<Numeric> for u64 {
    709
    #[allow(clippy::fallible_impl_from)]
    710
    impl TryFrom<Numeric> for i64 {
  • ckb-sdk 2.4.0/src/types/address.rs
    243
    impl From<Script> for AddressPayload {
    244
        #[allow(clippy::fallible_impl_from)]
    245
        fn from(lock: Script) -> AddressPayload {
  • clia-time 0.3.10/src/offset_date_time.rs
    1111
    #[allow(clippy::fallible_impl_from)] // caused by `debug_assert!`
    1112
    #[cfg(feature = "std")]
  • daml-derive 0.2.2/src/convert/attribute_converter.rs
    83
    #[allow(clippy::fallible_impl_from)]
    84
    impl<'a> From<&'a AttrType> for DamlType<'a> {
  • daml-grpc 0.2.2/src/primitive_types.rs
    274
    /// `my_numeric: impl Into<DamlNumeric10>` rather than `TryInto` which has the nice property of avoiding fallible cases.
    275
    #[allow(clippy::fallible_impl_from)]
    276
    impl<T: Nat> From<f64> for DamlFixedNumeric<T> {
  • ez-impl 0.0.6/src/dysfunctional.rs
    20
    #[allow(clippy::fallible_impl_from)]
    21
    impl<T> From<T> for ErrorPanicker
  • ez-internal 0.0.2/src/dysfunctional.rs
    20
    #[allow(clippy::fallible_impl_from)]
    21
    impl<T> From<T> for ErrorPanicker
  • krates 0.12.6/src/builder.rs
    116
    #[allow(clippy::fallible_impl_from)]
    117
    impl From<Cmd> for cm::MetadataCommand {
  • metrics-prometheus 0.3.1/src/storage/immutable.rs
    129
    //        infallible, in fact.
    130
    #[allow(clippy::fallible_impl_from)]
    131
    impl From<&super::mutable::Storage> for Storage {
  • mockito 0.31.1/src/lib.rs
    719
    #[allow(clippy::fallible_impl_from)]
    720
    impl From<&Path> for Matcher {
  • oxigraph 0.3.11/src/io/error.rs
    48
    #[allow(clippy::fallible_impl_from)]
    49
    impl From<TurtleError> for ParseError {
    63
    #[allow(clippy::fallible_impl_from)]
    64
    impl From<RdfXmlError> for ParseError {
  • plow_cli 0.4.8/src/config/files/workspace_manifest.rs
    107
    #[allow(clippy::unwrap_used)]
    108
    #[allow(clippy::fallible_impl_from)]
    109
    impl From<&FieldsDirectory> for Workspace {
  • region 3.0.0/src/lib.rs
    321
        #[allow(clippy::fallible_impl_from)]
    322
        impl From<Protection> for &'static [MapOption] {
  • seed 0.9.2/src/browser/fetch/form_data.rs
    102
    #[allow(clippy::fallible_impl_from)]
    103
    impl From<&web_sys::HtmlFormElement> for FormData {
  • seed 0.9.2/src/browser/fetch/header.rs
    55
    #[allow(clippy::fallible_impl_from)]
    56
    impl<'a, FT: AsRef<web_sys::Headers>> From<FT> for Headers<'a> {
  • sentry-contrib-native 0.3.1/src/value.rs
    746
    #[allow(clippy::fallible_impl_from)]
    747
    impl From<String> for Value {
  • serde_json 1.0.91/src/error.rs
    132
    #[cfg(feature = "std")]
    133
    #[allow(clippy::fallible_impl_from)]
    134
    impl From<Error> for io::Error {
  • serde_json_experimental 1.0.29-rc1/src/error.rs
    140
    #[cfg_attr(feature = "cargo-clippy", allow(fallible_impl_from))]
    141
    impl From<Error> for io::Error {
  • serde_json_lenient 0.1.4/src/error.rs
    129
    #[cfg(feature = "std")]
    130
    #[allow(clippy::fallible_impl_from)]
    131
    impl From<Error> for io::Error {
  • serde_jsonrc 0.1.0/src/error.rs
    135
    #[cfg_attr(feature = "cargo-clippy", allow(fallible_impl_from))]
    136
    impl From<Error> for io::Error {
  • serde_partiql 1.1.65/src/error.rs
    127
    #[cfg(feature = "std")]
    128
    #[allow(clippy::fallible_impl_from)]
    129
    impl From<Error> for io::Error {
  • sled 0.34.7/src/arc.rs
    169
    #[allow(clippy::fallible_impl_from)]
    170
    impl<T> From<Box<[T]>> for Arc<[T]> {
  • sqlx-meta-macros 0.3.1/src/lib.rs
    203
    #[allow(clippy::fallible_impl_from)]
    204
    impl From<&str> for DbType {
  • string32 0.2.0/src/str32.rs
    455
    #[allow(clippy::fallible_impl_from)]
    456
    impl From<Box<Str32>> for String32 {
  • string32 0.2.0/src/string32.rs
    485
    #[allow(clippy::fallible_impl_from)]
    486
    impl From<String32> for String {
  • time 0.3.17/src/offset_date_time.rs
    1353
    #[allow(clippy::fallible_impl_from)] // caused by `debug_assert!`
    1354
    #[cfg(feature = "std")]
    1370
    #[allow(clippy::fallible_impl_from)]
    1371
    #[cfg(all(
  • tor-circmgr 0.7.0/src/mgr.rs
    691
    // types.
    692
    #[allow(clippy::fallible_impl_from)]
    693
    impl From<&tor_netdir::params::NetParameters> for UnusedTimings {
  • tor-config 0.7.0/src/misc.rs
    308
    // The unwrap is just there because we can't pattern-match on a Vec
    309
    #[allow(clippy::fallible_impl_from)]
    310
    impl From<Listen> for ListenSerde {
  • vsdbsled 0.34.7-patched/src/arc.rs
    169
    #[allow(clippy::fallible_impl_from)]
    170
    impl<T> From<Box<[T]>> for Arc<[T]> {
  • actors-rs 0.1.4/src/lib.rs
    4
    #![deny(clippy::nursery)]
    5
    #![allow(clippy::fallible_impl_from)]
    6
    #![allow(clippy::module_name_repetitions)]
  • aerospike 1.2.0/src/lib.rs
    31
        clippy::copy_iterator,
    32
        clippy::fallible_impl_from,
    33
        clippy::module_name_repetitions,
  • atat 0.18.0/src/lib.rs
    217
    #![allow(clippy::type_complexity)]
    218
    #![allow(clippy::fallible_impl_from)]
    219
    #![cfg_attr(all(not(test), not(feature = "std")), no_std)]
  • audio-visualizer 0.3.1/src/lib.rs
    39
        clippy::redundant_pub_crate,
    40
        clippy::fallible_impl_from
    41
    )]
  • beat-detector 0.1.2/src/lib.rs
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
    38
    )]
  • curst 0.1.0/src/lib.rs
    35
    #![allow(
    36
        clippy::fallible_impl_from, // Not always valid; issues should be detected by tests or other lints.
    37
        clippy::implicit_return, // Goes against rust convention and requires return calls in places it is not helpful (e.g. closures).
  • fraction_list_fmt_align 0.3.1/src/lib.rs
    53
    #![allow(
    54
        clippy::fallible_impl_from,
    55
        clippy::needless_doctest_main,
  • libbruteforce 4.0.1/src/lib.rs
    62
        clippy::redundant_pub_crate,
    63
        clippy::fallible_impl_from
    64
    )]
  • linux-libc-auxv 0.2.1/src/lib.rs
    192
        clippy::redundant_pub_crate,
    193
        clippy::fallible_impl_from
    194
    )]
  • lowpass-filter 0.3.2/src/lib.rs
    53
        clippy::redundant_pub_crate,
    54
        clippy::fallible_impl_from
    55
    )]
  • max-7219-led-matrix-util 0.2.4/src/lib.rs
    13
    #![allow(
    14
        clippy::fallible_impl_from,
    15
        clippy::needless_doctest_main,
  • nflz 1.0.1/src/lib.rs
    91
    #![allow(
    92
        clippy::fallible_impl_from,
    93
        clippy::needless_doctest_main,
  • nflz 1.0.1/src/main.rs
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
    38
    )]
  • noto-sans-mono-bitmap 0.2.0/src/lib.rs
    88
        clippy::redundant_pub_crate,
    89
        clippy::fallible_impl_from
    90
    )]
  • paging-calculator 0.1.2/src/main.rs
    39
        clippy::redundant_pub_crate,
    40
        clippy::fallible_impl_from
    41
    )]
  • physx 0.16.0/src/lib.rs
    178
        clippy::semicolon_if_nothing_returned,  // Too many of these
    179
        clippy::fallible_impl_from,             // A few of these, but lazy
    180
    )]
  • rec 0.11.0/src/lib.rs
    93
        clippy::suspicious_arithmetic_impl,
    94
        clippy::fallible_impl_from, // Above lints assume a given use; issues should be detected by tests or other lints.
    95
        clippy::implicit_return, // Omitting the return keyword is idiomatic Rust code.
  • rec_derive 0.1.0/src/lib.rs
    45
        clippy::suspicious_arithmetic_impl,
    46
        clippy::fallible_impl_from, // Above lints are not always correct; issues should be detected by tests or other lints.
    47
        clippy::implicit_return, // Omitting the return keyword is idiomatic Rust code.
  • simple-chunk-allocator 0.1.5/src/lib.rs
    123
        clippy::redundant_pub_crate,
    124
        clippy::fallible_impl_from
    125
    )]
  • sparkle-cache-postgres 0.14.1/src/model.rs
    6
        clippy::missing_docs_in_private_items,
    7
        clippy::fallible_impl_from,
    8
        clippy::struct_excessive_bools
  • spectrum-analyzer 1.2.6/examples/bench.rs
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
    38
    )]
  • spectrum-analyzer 1.2.6/examples/mp3-samples.rs
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
    38
    )]
  • spectrum-analyzer 1.2.6/src/lib.rs
    70
        clippy::redundant_pub_crate,
    71
        clippy::fallible_impl_from,
    72
        clippy::float_cmp
  • tar-no-std 0.1.8/src/lib.rs
    73
        clippy::redundant_pub_crate,
    74
        clippy::fallible_impl_from
    75
    )]
  • tm1637-gpio-driver 2.0.6/src/lib.rs
    33
    #![allow(
    34
        clippy::fallible_impl_from,
    35
        clippy::needless_doctest_main,
  • ttfb 1.6.0/src/lib.rs
    46
        clippy::redundant_pub_crate,
    47
        clippy::fallible_impl_from
    48
    )]
  • ttfb 1.6.0/src/main.rs
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
    38
    )]
  • wambo 0.3.1/src/main.rs
    38
    #![allow(
    39
        clippy::fallible_impl_from,
    40
        clippy::needless_doctest_main,
  • xorf 0.8.1/src/lib.rs
    71
        clippy::multiple_crate_versions,
    72
        clippy::fallible_impl_from
    73
    )]