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;
|
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)]
|
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)]
|
1 |
#[allow(unused_imports)]
|
2 |
#[allow(clippy::single_component_path_imports)]
|
3 |
pub use pilka_incremental::*;
|
4 |
#[allow(unused_imports)]
|
5 |
#[allow(clippy::single_component_path_imports)]
|
6 |
use pilka_dyn;
|
63 |
#[allow(unused_imports)]
|
64 |
#[allow(clippy::single_component_path_imports)]
|
65 |
use zkp_logging_allocator;
|
2 |
unused_imports,
|
3 |
clippy::single_component_path_imports,
|
4 |
clippy::option_if_let_else
|
1 |
#![allow(unused_imports, clippy::single_component_path_imports)]
|
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)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![warn(missing_docs)]
|
2 |
#![allow(clippy::single_component_path_imports)]
|
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]
|
89 |
// HACK https://github.com/rust-lang/rust-clippy/issues/7290
|
90 |
#![allow(clippy::single_component_path_imports)]
|
91 |
#![allow(clippy::branches_sharing_code)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
89 |
// HACK https://github.com/rust-lang/rust-clippy/issues/7290
|
90 |
#![allow(clippy::single_component_path_imports)]
|
91 |
#![allow(clippy::branches_sharing_code)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
3 |
// Disabling because of rstest_reuse.
|
4 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
43 |
mod prelude {
|
44 |
#![allow(clippy::single_component_path_imports)]
|
2 |
#![deny(warnings)]
|
3 |
#![allow(clippy::single_component_path_imports)]
|
11 |
#![allow(unused_imports)]
|
12 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
6 |
#![allow(clippy::style)]
|
7 |
#![allow(clippy::single_component_path_imports)]
|
105 |
#![forbid(unsafe_code)]
|
106 |
#![allow(clippy::single_component_path_imports)]
|
21 |
// TODO: https://github.com/rust-lang/rust-clippy/issues/7290
|
22 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
63 |
// work as expected.
|
64 |
#![allow(clippy::single_component_path_imports)]
|
65 |
#[cfg(any(feature = "test-utils", test))]
|
20 |
// HACK https://github.com/rust-lang/rust-clippy/issues/7290
|
21 |
#![allow(clippy::single_component_path_imports)]
|
22 |
#![allow(clippy::branches_sharing_code)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)] // this is how the feature works
|
1 |
#![allow(dead_code)]
|
2 |
#![allow(clippy::single_component_path_imports, clippy::or_fun_call, clippy::single_match)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|
287 |
clippy::ptr_arg,
|
288 |
clippy::single_component_path_imports,
|
289 |
clippy::new_without_default
|
1 |
#![allow(clippy::single_component_path_imports)]
|
42 |
// this lint and instead produces another lint about a useless clippy attribute.
|
43 |
#![allow(clippy::single_component_path_imports)]
|
32 |
clippy::needless_doctest_main,
|
33 |
clippy::single_component_path_imports,
|
34 |
clippy::upper_case_acronyms, // can be removed on a major release boundary
|
22 |
)]
|
23 |
#![allow(clippy::single_component_path_imports)]
|
23 |
#![allow(
|
24 |
clippy::single_component_path_imports,
|
25 |
clippy::upper_case_acronyms, // can be removed on a major release boundary
|
11 |
clippy::print_stdout,
|
12 |
clippy::single_component_path_imports
|
13 |
)]
|
22 |
#![allow(
|
23 |
clippy::single_component_path_imports,
|
24 |
clippy::upper_case_acronyms, // can be removed on a major release boundary
|
244 |
#![recursion_limit = "128"]
|
245 |
#![allow(clippy::needless_doctest_main, clippy::single_component_path_imports)]
|
246 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
29 |
)]
|
30 |
#![allow(clippy::single_component_path_imports)]
|
31 |
#![allow(
|
32 |
clippy::single_component_path_imports,
|
33 |
clippy::upper_case_acronyms, // can be removed on a major release boundary
|
1 |
#![allow(clippy::single_component_path_imports)]
|
1 |
#![allow(clippy::single_component_path_imports)]
|