• cli-batteries 0.4.1/src/trace/mod.rs
    35
    #[cfg(feature = "otlp")]
    36
    #[allow(clippy::useless_attribute, clippy::module_name_repetitions)]
    37
    pub use self::open_telemetry::{trace_from_headers, trace_to_headers};
  • crossterm 0.26.0/src/style/stylize.rs
    167
    #[allow(clippy::single_component_path_imports)]
    168
    #[allow(clippy::useless_attribute)]
    169
    use calculated_docs;
  • crust 0.32.1/src/lib.rs
    69
    extern crate log;
    70
    #[allow(clippy::useless_attribute)]
    71
    #[macro_use]
  • drone-stm32 0.8.3/src/lib.rs
    78
    extern crate alloc;
    79
    #[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
    80
    #[allow(unused_imports)]
  • figment 0.10.8/src/value/magic.rs
    705
        const _: () = {
    706
            #[allow(rust_2018_idioms, clippy::useless_attribute)]
    707
            extern crate serde as _serde;
    974
        const _: () = {
    975
            #[allow(rust_2018_idioms, clippy::useless_attribute)]
    976
            extern crate serde as _serde;
    1023
        const _: () = {
    1024
            #[allow(rust_2018_idioms, clippy::useless_attribute)]
    1025
            extern crate serde as _serde;
    1053
        const _: () = {
    1054
            #[allow(rust_2018_idioms, clippy::useless_attribute)]
    1055
            extern crate serde as _serde;
    1316
        const _: () = {
    1317
            #[allow(rust_2018_idioms, clippy::useless_attribute)]
    1318
            extern crate serde as _serde;
  • fil-rustacuda 0.1.3/src/lib.rs
    158
    #[allow(unused_imports, clippy::useless_attribute)]
    159
    #[macro_use]
  • hoard 0.5.1/src/hoard_item/mod.rs
    15
    #[allow(clippy::useless_attribute)]
    16
    #[allow(clippy::module_name_repetitions)]
  • huak 0.0.8-alpha.2/src/huak/env/venv.rs
    6
    #[allow(clippy::useless_attribute)]
    7
    #[allow(unused_imports)]
  • ibox-crossterm 0.23.2/src/style/stylize.rs
    149
    #[allow(clippy::single_component_path_imports)]
    150
    #[allow(clippy::useless_attribute)]
    151
    use calculated_docs;
  • intercom 0.4.0/src/lib.rs
    66
    #[allow(clippy::useless_attribute)]
    67
    #[allow(unused_imports)]
  • malloc-bind 0.1.0/src/lib.rs
    34
    // warning as well.
    35
    #[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
    36
    #[allow(unused_imports)]
  • mockiato 0.9.5/src/fmt.rs
    4
    #[allow(clippy::useless_attribute, unreachable_pub)]
    5
    pub use self::debug::*;
  • object-alloc-test 0.1.0/src/lib.rs
    17
    extern crate lazy_static;
    18
    #[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
    19
    #[allow(plugin_as_library)]
  • routing 0.37.1/tests/mock_crust_tests.rs
    59
    extern crate log;
    60
    #[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
    61
    #[allow(unused_extern_crates)]
  • rustacuda 0.1.3/src/lib.rs
    158
    #[allow(unused_imports, clippy::useless_attribute)]
    159
    #[macro_use]
  • sapio-bitcoin 0.28.1/src/util/amount.rs
    1233
        use std::fmt::Formatter;
    1234
        #[allow(rust_2018_idioms, clippy::useless_attribute)]
    1235
        extern crate serde as _serde;
  • sherr 0.5.2/src/lib.rs
    7
    pub use libc;
    8
    #[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
    9
    #[allow(unused_imports)]
  • socket-collection 0.4.0/src/lib.rs
    17
    extern crate log;
    18
    #[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
    19
    #[macro_use]
  • swarm-bot 0.3.4/src/main.rs
    71
    #[allow(unused, clippy::useless_attribute)]
    72
    extern crate test;
  • tobu 0.1.0/examples/playground.rs
    27
    const _: () = {
    28
        #[allow(unused_extern_crates, clippy::useless_attribute)]
    29
        extern crate serde as _serde;
  • trust-dns-proto 0.22.0/src/native_tls/tests.rs
    32
    #[allow(clippy::useless_attribute)]
    33
    #[allow(unused)]
  • trust-dns-proto 0.22.0/src/rr/domain/label.rs
    12
    #[allow(clippy::useless_attribute)]
    13
    #[allow(unused)]
  • trust-dns-proto 0.22.0/src/rr/domain/name.rs
    1362
        use crate::serialize::binary::bin_tests::{test_emit_data_set, test_read_data_set};
    1363
        #[allow(clippy::useless_attribute)]
    1364
        #[allow(unused)]
  • trust-dns-proto 0.22.0/src/rr/record_data.rs
    1081
        use crate::serialize::binary::bin_tests::test_emit_data_set;
    1082
        #[allow(clippy::useless_attribute)]
    1083
        #[allow(unused)]
  • trust-dns-proto 0.22.0/src/rr/resource.rs
    687
        use crate::rr::Name;
    688
        #[allow(clippy::useless_attribute)]
    689
        #[allow(unused)]
  • vgtk-macros 0.3.0/src/lib.rs
    4
    #[allow(clippy::useless_attribute)]
    5
    extern crate proc_macro;
  • zkp-elliptic-curve 0.2.0/src/curve.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-elliptic-curve 0.2.0/src/jacobian.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-elliptic-curve 0.2.0/src/wnaf.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-hash 0.2.0/src/hashable.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-merkle-tree 0.2.0/src/commitment.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-merkle-tree 0.2.0/src/proof.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-merkle-tree 0.2.0/src/result.rs
    19
            // False positive
    20
            #[allow(clippy::useless_attribute)]
    21
            #[allow(clippy::enum_glob_use)]
  • zkp-merkle-tree 0.2.0/src/vector_commitment.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-mmap-vec 0.2.0/src/mmap_vec.rs
    4
    // False positive: attribute has a use
    5
    #[allow(clippy::useless_attribute)]
    6
    // False positive: Importing preludes is allowed
  • zkp-primefield 0.2.0/src/fft/mod.rs
    6
    // False positive: attribute has a use
    7
    #[allow(clippy::useless_attribute)]
    8
    // False positive: Importing preludes is allowed
  • zkp-primefield 0.2.0/src/geometric_series.rs
    4
    // False positive: attribute has a use
    5
    #[allow(clippy::useless_attribute)]
    6
    // False positive: Importing preludes is allowed
  • zkp-primefield 0.2.0/src/invert_batch.rs
    6
    // False positive: attribute has a use
    7
    #[allow(clippy::useless_attribute)]
    8
    // False positive: Importing preludes is allowed
  • zkp-primefield 0.2.0/src/parity_codec.rs
    1
    // Clippy false positive
    2
    #[allow(clippy::useless_attribute)]
    3
    // We want to import an alternative prelude.
  • zkp-primefield 0.2.0/src/prime_field.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/additive.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/binary.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/conversion.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/division.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/encoding.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/multiplicative.rs
    1
    // False positive: attribute has a use
    2
    #[allow(clippy::useless_attribute)]
    3
    // False positive: Importing preludes is allowed
  • zkp-u256 0.2.1/src/u256.rs
    4
    // False positive: attribute has a use
    5
    #[allow(clippy::useless_attribute)]
    6
    // False positive: Importing preludes is allowed
  • dimensioned 0.8.0/src/lib.rs
    115
        clippy::float_cmp,
    116
        clippy::useless_attribute,
    117
        clippy::doc_markdown,
  • log-once 0.4.0/src/lib.rs
    2
    #![allow(clippy::new_without_default, clippy::new_without_default)]
    3
    #![allow(clippy::useless_attribute, clippy::missing_docs_in_private_items)]
    4
    #![allow(clippy::use_self)]
  • xorf 0.8.1/src/lib.rs
    69
        clippy::len_without_is_empty,
    70
        clippy::useless_attribute,
    71
        clippy::multiple_crate_versions,