• correspondent 0.3.1/src/nsd/linux/mod.rs
    20
    #[allow(clippy::too_many_arguments)]
    21
    #[allow(clippy::single_component_path_imports)]
    22
    mod avahi;
    25
    #[allow(clippy::too_many_arguments)]
    26
    #[allow(clippy::single_component_path_imports)]
    27
    mod avahi_entry_group;
    30
    #[allow(clippy::too_many_arguments)]
    31
    #[allow(clippy::single_component_path_imports)]
    32
    mod avahi_service_browser;
  • crossterm 0.26.0/src/style/stylize.rs
    166
    // Remove once https://github.com/rust-lang/rust-clippy/issues/7106 stabilizes.
    167
    #[allow(clippy::single_component_path_imports)]
    168
    #[allow(clippy::useless_attribute)]
  • ibox-crossterm 0.23.2/src/style/stylize.rs
    148
    // Remove once https://github.com/rust-lang/rust-clippy/issues/7106 stabilizes.
    149
    #[allow(clippy::single_component_path_imports)]
    150
    #[allow(clippy::useless_attribute)]
  • pilka_dyn 0.5.0/src/lib.rs
    1
    #[allow(unused_imports)]
    2
    #[allow(clippy::single_component_path_imports)]
    3
    pub use pilka_incremental::*;
  • pilka_lib 0.5.0/src/lib.rs
    4
    #[allow(unused_imports)]
    5
    #[allow(clippy::single_component_path_imports)]
    6
    use pilka_dyn;
  • zkp-stark 0.2.1/examples/pedersen_merkle/main.rs
    63
    #[allow(unused_imports)]
    64
    #[allow(clippy::single_component_path_imports)]
    65
    use zkp_logging_allocator;
  • amadeus-core 0.4.3/src/par_sink/combiner.rs
    2
    	unused_imports,
    3
    	clippy::single_component_path_imports,
    4
    	clippy::option_if_let_else
  • amadeus-core 0.4.3/src/par_sink/folder.rs
    1
    #![allow(unused_imports, clippy::single_component_path_imports)]
  • base64 0.21.0/src/lib.rs
    135
    // The desired state is to allow it only for the rstest_reuse import.
    136
    #![allow(clippy::single_component_path_imports)]
    137
    #![cfg_attr(not(any(feature = "std", test)), no_std)]
  • bevy 0.9.1/src/lib.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • bevy_dylib 0.9.1/src/lib.rs
    1
    #![warn(missing_docs)]
    2
    #![allow(clippy::single_component_path_imports)]
  • bounded-integer 0.5.3/src/lib.rs
    96
    #![cfg_attr(doc_cfg, feature(doc_cfg))]
    97
    #![allow(clippy::single_component_path_imports)] // https://github.com/rust-lang/rust-clippy/issues/7106
    98
    #![no_std]
  • clap 4.1.4/src/lib.rs
    89
    // HACK https://github.com/rust-lang/rust-clippy/issues/7290
    90
    #![allow(clippy::single_component_path_imports)]
    91
    #![allow(clippy::branches_sharing_code)]
  • clap 4.1.4/src/util/mod.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • clap2 4.0.32/src/lib.rs
    89
    // HACK https://github.com/rust-lang/rust-clippy/issues/7290
    90
    #![allow(clippy::single_component_path_imports)]
    91
    #![allow(clippy::branches_sharing_code)]
  • clap2 4.0.32/src/util/mod.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • conventional_commits_linter_lib 0.4.1/src/lib.rs
    3
    // Disabling because of rstest_reuse.
    4
    #![allow(clippy::single_component_path_imports)]
  • crazyflie-link 0.2.1/src/lib.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • doku 0.20.0/tests/printers.rs
    43
    mod prelude {
    44
        #![allow(clippy::single_component_path_imports)]
  • gtk-layer-shell 0.5.1/src/lib.rs
    2
    #![deny(warnings)]
    3
    #![allow(clippy::single_component_path_imports)]
  • kas-dylib 0.12.0/src/lib.rs
    11
    #![allow(unused_imports)]
    12
    #![allow(clippy::single_component_path_imports)]
  • kindelia_core 0.1.7/src/lib.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • kindelia_core 0.1.7/src/test/mod.rs
    6
    #![allow(clippy::style)]
    7
    #![allow(clippy::single_component_path_imports)]
  • mdns-sd 0.5.10/src/lib.rs
    105
    #![forbid(unsafe_code)]
    106
    #![allow(clippy::single_component_path_imports)]
  • nameless-clap 3.0.0-beta.2.2/src/lib.rs
    21
    // TODO: https://github.com/rust-lang/rust-clippy/issues/7290
    22
    #![allow(clippy::single_component_path_imports)]
  • nameless-clap 3.0.0-beta.2.2/src/util/mod.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • napi 2.10.14/src/threadsafe_function.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • p2panda-rs 0.6.0/src/lib.rs
    63
    // work as expected.
    64
    #![allow(clippy::single_component_path_imports)]
    65
    #[cfg(any(feature = "test-utils", test))]
  • palc 3.1.6/src/lib.rs
    20
    // HACK https://github.com/rust-lang/rust-clippy/issues/7290
    21
    #![allow(clippy::single_component_path_imports)]
    22
    #![allow(clippy::branches_sharing_code)]
  • palc 3.1.6/src/util/mod.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • rant 4.0.0-alpha.33/src/tools/cli/main.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • rocket-governor 0.1.0-rc.4/src/logger.rs
    1
    #![allow(clippy::single_component_path_imports)] // this is how the feature works
  • rumatui 0.1.13-alpha/src/main.rs
    1
    #![allow(dead_code)]
    2
    #![allow(clippy::single_component_path_imports, clippy::or_fun_call, clippy::single_match)]
  • rustfst-ffi 0.13.1/src/lib.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • rustls 0.21.0-alpha.1/src/lib.rs
    287
        clippy::ptr_arg,
    288
        clippy::single_component_path_imports,
    289
        clippy::new_without_default
  • tamasfe-clap 3.0.0-beta.2/src/util/mod.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • tor-dirmgr 0.9.0/src/lib.rs
    42
    // this lint and instead produces another lint about a useless clippy attribute.
    43
    #![allow(clippy::single_component_path_imports)]
  • trust-dns-client 0.22.0/src/lib.rs
    32
        clippy::needless_doctest_main,
    33
        clippy::single_component_path_imports,
    34
        clippy::upper_case_acronyms, // can be removed on a major release boundary
  • trust-dns-https 0.21.1/src/lib.rs
    22
    )]
    23
    #![allow(clippy::single_component_path_imports)]
  • trust-dns-proto 0.22.0/src/lib.rs
    23
    #![allow(
    24
        clippy::single_component_path_imports,
    25
        clippy::upper_case_acronyms, // can be removed on a major release boundary
  • trust-dns-proto 0.22.0/src/native_tls/tests.rs
    11
        clippy::print_stdout,
    12
        clippy::single_component_path_imports
    13
    )]
  • trust-dns-recursor 0.22.0/src/lib.rs
    22
    #![allow(
    23
        clippy::single_component_path_imports,
    24
        clippy::upper_case_acronyms, // can be removed on a major release boundary
  • trust-dns-resolver 0.22.0/src/lib.rs
    244
    #![recursion_limit = "128"]
    245
    #![allow(clippy::needless_doctest_main, clippy::single_component_path_imports)]
    246
    #![cfg_attr(docsrs, feature(doc_cfg))]
  • trust-dns-rustls 0.21.1/src/lib.rs
    29
    )]
    30
    #![allow(clippy::single_component_path_imports)]
  • trust-dns-server 0.22.0/src/lib.rs
    31
    #![allow(
    32
        clippy::single_component_path_imports,
    33
        clippy::upper_case_acronyms, // can be removed on a major release boundary
  • yuuang-test-napi 1.7.6/src/threadsafe_function.rs
    1
    #![allow(clippy::single_component_path_imports)]
  • zoxide 0.9.0/src/main.rs
    1
    #![allow(clippy::single_component_path_imports)]