• arrow-ipc 32.0.0/src/lib.rs
    30
    #[allow(clippy::extra_unused_lifetimes)]
    31
    #[allow(clippy::redundant_static_lifetimes)]
    32
    #[allow(clippy::redundant_field_names)]
  • async-graphql-parser 5.0.5/src/parse/mod.rs
    19
    mod executable;
    20
    #[allow(clippy::redundant_static_lifetimes)]
    21
    #[rustfmt::skip]
  • avformat-sys 0.1.1/src/lib.rs
    6
    #[cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
    7
    #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
  • battery 0.7.8/src/platform/linux/manager.rs
    8
    #[allow(clippy::redundant_static_lifetimes)]
    9
    static SYSFS_ROOT: &'static str = "/sys/class/power_supply";
  • gst-plugin-closedcaption 0.9.3/src/lib.rs
    20
    #[allow(non_camel_case_types, non_upper_case_globals, unused)]
    21
    #[allow(clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
    22
    #[allow(clippy::useless_transmute, clippy::trivially_copy_pass_by_ref)]
  • nss-gk-api 0.2.1/src/lib.rs
    48
    #[allow(non_upper_case_globals, clippy::redundant_static_lifetimes)]
    49
    #[allow(clippy::upper_case_acronyms)]
  • pbjson-types 0.5.1/src/lib.rs
    22
        unused_imports,
    23
        clippy::redundant_static_lifetimes,
    24
        clippy::redundant_closure,
  • pbjson-types-any 0.2.3/src/lib.rs
    22
        unused_imports,
    23
        clippy::redundant_static_lifetimes,
    24
        clippy::redundant_closure,
  • polars_arrow_rvsry99dx 0.17.1/src/lib.rs
    40
    #[allow(clippy::extra_unused_lifetimes)]
    41
    #[allow(clippy::redundant_static_lifetimes)]
    42
    #[allow(clippy::redundant_field_names)]
  • runestr 0.1.10/src/tables.rs
    36
    #[allow(clippy::redundant_static_lifetimes)]
    37
    pub mod grapheme {
  • starship-battery 0.7.9/src/platform/linux/manager.rs
    8
    #[allow(clippy::redundant_static_lifetimes)]
    9
    static SYSFS_ROOT: &'static str = "/sys/class/power_supply";
  • svt-av1-sys 0.1.1/src/lib.rs
    6
    #[cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
    7
    #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
  • unicode-id-start 1.0.3/tests/static_size.rs
    21
        #[deny(dead_code)]
    22
        #[allow(clippy::redundant_static_lifetimes)]
    23
        #[path = "../generate/src/ucd.rs"]
    35
        #[deny(dead_code)]
    36
        #[allow(clippy::redundant_static_lifetimes)]
    37
        #[path = "trie/trie.rs"]
  • unicode-id-start 1.0.3/tests/trie/mod.rs
    3
    #[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
    4
    #[rustfmt::skip]
  • unicode-ident 1.0.6/tests/static_size.rs
    34
        #[deny(dead_code)]
    35
        #[allow(clippy::redundant_static_lifetimes)]
    36
        #[path = "trie/trie.rs"]
  • unicode-ident 1.0.6/tests/tables/mod.rs
    3
    #[allow(clippy::redundant_static_lifetimes)]
    4
    #[rustfmt::skip]
  • unicode-ident 1.0.6/tests/trie/mod.rs
    3
    #[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
    4
    #[rustfmt::skip]
  • alt_serde 1.0.119/src/lib.rs
    107
            redundant_field_names,
    108
            redundant_static_lifetimes,
    109
            // integer and float ser/de requires these sorts of casts
  • async-mq 1.1.0/examples/mqctl.rs
    420
            clippy::redundant_closure,
    421
            clippy::redundant_static_lifetimes
    422
        )]
  • aubio-sys 0.2.1/src/lib.rs
    18
        non_snake_case,
    19
        clippy::redundant_static_lifetimes // TODO: Remove later when bindgen resolve this issue
    20
    )]
  • battery 0.7.8/src/platform/darwin/iokit/power_source.rs
    1
    #![allow(clippy::redundant_static_lifetimes)]
  • bitmagic-sys 0.2.4+bitmagic.7.7.7/src/lib.rs
    5
    #![allow(improper_ctypes)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::upper_case_acronyms)]
  • bliss-audio-aubio-sys 0.2.0/src/lib.rs
    12
        non_snake_case,
    13
        clippy::redundant_static_lifetimes // TODO: Remove later when bindgen resolve this issue
    14
    )]
  • blkid-sys 0.1.6/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
  • blosc-src 0.1.1/src/lib.rs
    3
    #![allow(clippy::redundant_static_lifetimes)]
    4
    #![allow(non_camel_case_types)]
  • boring-sys 2.1.0/src/lib.rs
    2
        clippy::missing_safety_doc,
    3
        clippy::redundant_static_lifetimes,
    4
        clippy::too_many_arguments,
  • bupstash 0.12.0/src/sodium.rs
    5
    #![allow(deref_nullptr)] // see https://github.com/rust-lang/rust-bindgen/issues/1651
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    include!("./sodium_bindings_gen.rs");
  • chrono-wasi 0.4.11/src/lib.rs
    398
        allow(
    399
            const_static_lifetime,
    400
            redundant_field_names,
  • chrono-wasi07 0.4.10/src/lib.rs
    398
        allow(
    399
            const_static_lifetime,
    400
            redundant_field_names,
  • cosmian_crypto_base 2.1.2/src/sodium_bindings.rs
    6
        clippy::unreadable_literal,
    7
        clippy::redundant_static_lifetimes,
    8
        improper_ctypes,
  • cpucycles-sys 0.1.2/src/lib.rs
    1
    #![allow(non_upper_case_globals, clippy::redundant_static_lifetimes)]
  • ctclib-kenlm-sys 0.1.0/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    #![allow(clippy::missing_safety_doc)]
  • d4-bigwig 0.3.6/src/bigwig_sys.rs
    5
    #![allow(improper_ctypes)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::upper_case_acronyms)]
  • d4-hts 0.3.7/src/alignment/htslib.rs
    5
    #![allow(improper_ctypes)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::upper_case_acronyms)]
  • discid-sys 0.4.0/src/lib.rs
    2
    #![allow(non_upper_case_globals)]
    3
    #![allow(clippy::redundant_static_lifetimes)]
  • drogue-tls-sys 0.1.0/src/lib.rs
    1
    #![allow(clippy::redundant_static_lifetimes)]
    2
    #![allow(clippy::type_complexity)]
  • drone-stm32-svd 0.8.3/src/device.rs
    1
    #![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
  • druid-shell 0.8.0/src/backend/shared/xkb/xkbcommon_sys.rs
    18
    // generated code has some redundant static lifetimes, I don't think we can change that.
    19
    #![allow(clippy::redundant_static_lifetimes)]
  • ffav-sys 4.4.0/src/lib.rs
    5
    #![allow(clippy::approx_constant)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::type_complexity)]
  • ffmpeg-sys 4.3.3/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::too_many_arguments)]
  • ffmpeg-sys-next 5.1.1/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::too_many_arguments)]
  • ffmpeg-sys-next-crossfix 4.3.4/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::too_many_arguments)]
  • ffmpeg-sys-the-third 1.0.0+ffmpeg-5.1.2/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::too_many_arguments)]
  • fitsio-sys 0.5.1/src/lib.rs
    56
        clippy::transmute_ptr_to_ptr,
    57
        clippy::redundant_static_lifetimes,
    58
        clippy::missing_safety_doc,
  • fitsio-sys-bindgen 0.0.6/src/lib.rs
    60
        clippy::transmute_ptr_to_ptr,
    61
        clippy::redundant_static_lifetimes,
    62
        clippy::missing_safety_doc,
  • fprint-sys 0.1.3/src/lib.rs
    9
            clippy::unreadable_literal,
    10
            clippy::redundant_static_lifetimes
    11
        )]
  • fts-sys 0.2.4/src/lib.rs
    4
    #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
  • glutin_glx_sys 0.3.0/src/lib.rs
    10
    #![allow(clippy::unused_unit)]
    11
    #![allow(clippy::redundant_static_lifetimes)]
    12
    #![allow(clippy::unnecessary_cast)]
  • graphicsmagick-sys 0.5.0/src/lib.rs
    5
    #![allow(clippy::unreadable_literal)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
  • GSL-sys 3.0.0/src/lib.rs
    9
    #![allow(non_upper_case_globals)]
    10
    #![allow(clippy::redundant_static_lifetimes)]
    11
    #![allow(clippy::upper_case_acronyms)]
  • himipi-sys 0.1.7/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    #![allow(clippy::unreadable_literal)]
  • himpi-sys 0.1.21/src/lib.rs
    10
    #![allow(clippy::op_ref)]
    11
    #![allow(clippy::redundant_static_lifetimes)]
    12
    #![allow(clippy::should_implement_trait)]
  • hts 0.1.18/src/hts_ffi.rs
    4
    #![allow(improper_ctypes)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
    6
    #![allow(dead_code)]
  • jitterentropy-sys 0.1.0/src/lib.rs
    38
    #![allow(deref_nullptr)]
    39
    #![allow(clippy::redundant_static_lifetimes)]
    40
    #![allow(rustdoc::broken_intra_doc_links)]
  • kcapi-sys 1.4.1/src/lib.rs
    38
    #![allow(deref_nullptr)]
    39
    #![allow(clippy::redundant_static_lifetimes)]
    40
    #![allow(rustdoc::broken_intra_doc_links)]
  • ldap-sys 0.1.2/src/lib.rs
    4
    #![allow(clippy::unreadable_literal)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
  • libcec-sys 4.0.0/src/lib_abi4.rs
    7
    #![allow(
    8
        clippy::redundant_static_lifetimes,
    9
        clippy::unreadable_literal,
  • libcec-sys 4.0.0/src/lib_abi5.rs
    7
    #![allow(
    8
        clippy::redundant_static_lifetimes,
    9
        clippy::unreadable_literal,
  • libcec-sys 4.0.0/src/lib_abi6.rs
    7
    #![allow(
    8
        clippy::redundant_static_lifetimes,
    9
        clippy::unreadable_literal,
  • libevent-sys 0.2.5/src/lib.rs
    13
    #![allow(clippy::unreadable_literal)]
    14
    #![allow(clippy::redundant_static_lifetimes)]
    15
    #![allow(clippy::missing_safety_doc)]
  • libkrb5-sys 0.0.3/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    #![allow(clippy::unreadable_literal)]
  • libpg_query2-sys 0.2.3/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
  • libpq-sys 0.7.0/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    #![allow(clippy::upper_case_acronyms)]
  • libraw-rs-sys 0.0.4+libraw-0.20.1/src/lib.rs
    5
        clippy::approx_constant,
    6
        clippy::redundant_static_lifetimes,
    7
        non_snake_case
  • libsoxr-sys 0.1.3/src/lib.rs
    8
    #![allow(non_camel_case_types)]
    9
    #![allow(clippy::redundant_static_lifetimes)]
    10
    include!("generated.rs");
  • libstratis 2.4.2/src/systemd/bindings.rs
    4
    #![allow(non_snake_case)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
    6
    #![allow(clippy::unreadable_literal)]
  • libtls-sys 1.2.0/src/lib.rs
    18
    )]
    19
    #![allow(clippy::redundant_static_lifetimes)]
    20
    #![allow(clippy::unreadable_literal)]
  • libyang2-sys 0.4.0/src/lib.rs
    7
        // Silence "constants have by default a `'static` lifetime" clippy warnings
    8
        clippy::redundant_static_lifetimes,
    9
        // https://github.com/rust-lang/rust-bindgen/issues/1651
  • lightgbm2-sys 0.3.0/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    #![allow(clippy::missing_safety_doc)]
  • luau-src 0.3.0/src/raw/compiler.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    include!(concat!(env!("OUT_DIR"), "/luau_compiler.rs"));
  • luau-src 0.3.0/src/raw/top.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    include!(concat!(env!("OUT_DIR"), "/luau_vm_conf.rs"));
  • luau-src 0.3.0/src/raw/vm.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::redundant_static_lifetimes)]
    5
    include!(concat!(env!("OUT_DIR"), "/luau_vm.rs"));
  • lvgl-sys 0.5.2/src/lib.rs
    5
    #![allow(clippy::too_many_arguments)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
  • lxc-sys 0.4.0/src/lib.rs
    4
    #![allow(non_snake_case)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
    6
    #![allow(clippy::unreadable_literal)]
  • mpd_info_screen 0.4.0/src/unicode_support/fontconfig.rs
    11
            #![allow(deref_nullptr)]
    12
            #![allow(clippy::redundant_static_lifetimes)]
  • ncursesw 0.6.4/src/shims/bindings.rs
    28
    #![allow(clippy::unreadable_literal)]
    29
    #![allow(clippy::redundant_static_lifetimes)]
  • nvml-wrapper-sys 0.7.0/src/lib.rs
    63
    #![allow(clippy::missing_safety_doc)]
    64
    #![allow(clippy::redundant_static_lifetimes)]
  • oal-sys 0.0.2/src/lib.rs
    3
    #![allow(non_snake_case, non_upper_case_globals)]
    4
    #![allow(clippy::excessive_precision, clippy::redundant_static_lifetimes)]
  • oauth-credentials 0.3.0/src/lib.rs
    8
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
    9
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_static_lifetimes))]
    10
    #![allow(deprecated)]
  • oboe-sys 0.5.0/src/lib.rs
    6
        deref_nullptr, // TODO: Remove after closing https://github.com/rust-lang/rust-bindgen/issues/1651
    7
        clippy::redundant_static_lifetimes, // TODO: Remove after that this issue will be fixed in bindgen
    8
        clippy::missing_safety_doc
  • ofx_sys 0.2.0/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::const_static_lifetime)]
    5
    #![allow(clippy::unreadable_literal)]
  • orthanc-plugin-bindings 0.1.1/src/bindgen.rs
    4
    #![allow(non_upper_case_globals)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
    6
    #![allow(clippy::unreadable_literal)]
  • pakr-rawata 1.0.0/src/freebsd.rs
    16
        #![allow(clippy::unreadable_literal)]
    17
        #![allow(clippy::const_static_lifetime)]
    18
        #![allow(clippy::useless_transmute)]
  • rsfbclient-core 0.23.0/src/ibase.rs
    6
        non_camel_case_types,
    7
        clippy::redundant_static_lifetimes,
    8
        clippy::upper_case_acronyms
  • rustmq 1.0.0/examples/rustmq/main.rs
    404
            clippy::redundant_closure,
    405
            clippy::redundant_static_lifetimes
    406
        )]
  • rustsynth-sys 0.1.3/src/lib.rs
    5
    #![allow(clippy::missing_safety_doc)]
    6
    #![allow(clippy::redundant_static_lifetimes)]
    7
    #![allow(clippy::too_many_arguments)]
  • selinux-sys 0.6.2/src/lib.rs
    7
        non_snake_case,
    8
        clippy::redundant_static_lifetimes,
    9
        clippy::upper_case_acronyms
  • sql_protocol 0.1.0/src/lib.rs
    2
    #![allow(clippy::needless_return)]
    3
    #![allow(clippy::redundant_static_lifetimes)]
    4
    #[macro_use]
  • standalone-syn 0.13.0/src/lib.rs
    260
    #![cfg_attr(feature = "cargo-clippy",
    261
                allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool,
    262
                      redundant_closure, needless_pass_by_value))]
  • starship-battery 0.7.9/src/platform/darwin/iokit/power_source.rs
    1
    #![allow(clippy::redundant_static_lifetimes)]
  • swash 0.1.6/src/lib.rs
    27
    #![allow(clippy::needless_lifetimes)]
    28
    #![allow(clippy::redundant_static_lifetimes)]
    29
    #![allow(clippy::too_many_arguments)]
  • syn-pub-items 0.15.30/src/lib.rs
    234
            cyclomatic_complexity,
    235
            const_static_lifetime,
    236
            deprecated_cfg_attr,
  • tinyusb-sys 0.1.1/src/lib.rs
    6
    #![allow(clippy::too_many_arguments)]
    7
    #![allow(clippy::redundant_static_lifetimes)]
    8
    #![allow(clippy::missing_safety_doc)]
  • uniquote 3.2.1/src/escape/tables/mod.rs
    1
    #![allow(clippy::redundant_static_lifetimes)]
  • ux-dx 0.2.1/src/lib.rs
    59
        clippy::collapsible_else_if,
    60
        clippy::redundant_static_lifetimes,
    61
        clippy::collapsible_if,
  • wavpack-sys 0.1.3/src/lib.rs
    6
        deref_nullptr,
    7
        clippy::redundant_static_lifetimes
    8
    )]
  • weechat-sys 0.4.0/src/lib.rs
    4
    #![allow(clippy::type_complexity)]
    5
    #![allow(clippy::redundant_static_lifetimes)]
  • xmlsec 0.2.2/src/bindings.rs
    11
    #![allow(clippy::upper_case_acronyms)]
    12
    #![allow(clippy::redundant_static_lifetimes)]
  • yarte_html 0.15.2/src/tree_builder/mod.rs
    23
        clippy::cognitive_complexity,
    24
        clippy::redundant_static_lifetimes,
    25
        clippy::suspicious_else_formatting,