66 |
// FIXME: Clippy false positive
|
67 |
#[allow(clippy::trait_duplication_in_bounds)]
|
68 |
fn line<I, O, E: ParseError<I>, F>(parser: F) -> impl FnMut(I) -> IResult<I, O, E>
|
125 |
#[allow(clippy::trait_duplication_in_bounds)] // false positive
|
126 |
impl<T: Algorithm> Algorithm for StrongAlg<T>
|
10 |
clippy::let_underscore_drop,
|
11 |
clippy::trait_duplication_in_bounds,
|
12 |
clippy::used_underscore_binding
|
1673 |
// where $T$ is time, $M$ is additional memory, and $n$ is `xs.count()`.
|
1674 |
#[allow(clippy::trait_duplication_in_bounds)]
|
1675 |
fn from_digits_asc_limb_from_natural<
|
1766 |
// where $T$ is time, $M$ is additional memory, and $n$ is `xs.count()`.
|
1767 |
#[allow(clippy::trait_duplication_in_bounds)]
|
1768 |
fn from_digits_desc_limb_from_natural<
|
368 |
#[allow(clippy::trait_duplication_in_bounds)]
|
369 |
fn shr_properties_helper_signed<T: PrimitiveSigned>()
|
110 |
#[allow(clippy::trait_duplication_in_bounds)]
|
111 |
fn partial_cmp_primitive_float_properties_helper<
|
150 |
#[allow(clippy::trait_duplication_in_bounds)]
|
151 |
fn partial_cmp_primitive_int_properties_helper_unsigned<
|
193 |
#[allow(clippy::trait_duplication_in_bounds)]
|
194 |
fn partial_cmp_primitive_int_properties_helper_signed<
|
61 |
#[allow(clippy::cmp_owned, clippy::trait_duplication_in_bounds)]
|
62 |
fn partial_eq_primitive_float_properties_helper<
|
113 |
// Extra refs necessary for type inference
|
114 |
#[allow(clippy::cmp_owned, clippy::op_ref, clippy::trait_duplication_in_bounds)]
|
115 |
fn partial_eq_primitive_int_properties_helper_unsigned<
|
140 |
// Extra refs necessary for type inference
|
141 |
#[allow(clippy::cmp_owned, clippy::op_ref, clippy::trait_duplication_in_bounds)]
|
142 |
fn partial_eq_primitive_int_properties_helper_signed<
|
1055 |
#[allow(clippy::trait_duplication_in_bounds)]
|
1056 |
fn float_rounding_from_integer_properties_helper<
|
65 |
#[allow(clippy::trait_duplication_in_bounds)]
|
66 |
fn try_from_signed<
|
613 |
#[allow(clippy::trait_duplication_in_bounds)]
|
614 |
fn partial_cmp_abs_primitive_int_properties_helper_unsigned<
|
654 |
#[allow(clippy::trait_duplication_in_bounds)]
|
655 |
fn partial_cmp_abs_primitive_int_properties_helper_signed<
|
58 |
#[allow(clippy::trait_duplication_in_bounds)]
|
59 |
fn partial_cmp_primitive_float_properties_helper<
|
168 |
#[allow(clippy::trait_duplication_in_bounds)]
|
169 |
fn partial_cmp_primitive_int_properties_helper_unsigned<
|
209 |
#[allow(clippy::trait_duplication_in_bounds)]
|
210 |
fn partial_cmp_primitive_int_properties_helper_signed<
|
45 |
#[allow(clippy::cmp_owned, clippy::trait_duplication_in_bounds)]
|
46 |
fn partial_eq_primitive_float_properties_helper<
|
115 |
// Extra refs necessary for type inference
|
116 |
#[allow(clippy::cmp_owned, clippy::op_ref, clippy::trait_duplication_in_bounds)]
|
117 |
fn partial_eq_primitive_int_properties_helper_unsigned<
|
140 |
// Extra refs necessary for type inference
|
141 |
#[allow(clippy::cmp_owned, clippy::op_ref, clippy::trait_duplication_in_bounds)]
|
142 |
fn partial_eq_primitive_int_properties_helper_signed<
|
229 |
#[allow(clippy::trait_duplication_in_bounds)]
|
230 |
fn try_from_float_simplest_properties_helper<
|
1213 |
#[allow(clippy::trait_duplication_in_bounds)]
|
1214 |
pub fn load<EI, EO: From<StorageError> + From<EI>, I: IntoIterator<Item = Result<Quad, EI>>>(
|
23 |
#[allow(clippy::trait_duplication_in_bounds)] //That's obviously a false-positive in clippy...
|
24 |
impl<V,B> IterativeBaseConversion<V,B>
|
347 |
#[allow(clippy::trait_duplication_in_bounds)] //obvious false positive. u32 and usize aren't the same.
|
348 |
impl<const N : usize, const M : usize> RemAssignWithQuotient for ArbitraryBytes<N>
|
17 |
#[allow(clippy::trait_duplication_in_bounds)] //False positive in clippy. usize != u32.
|
18 |
impl<T, const N : usize, const M : usize> BaseConversion for T
|
284 |
/// Returns an error if the Python object doens't properly implement ``IRequest``
|
285 |
#[allow(clippy::trait_duplication_in_bounds)]
|
286 |
pub fn handle_twisted_request_through_service<S, E, ResBody>(
|
66 |
// False positive in the ::StepSummary:Send bound
|
67 |
#[allow(clippy::trait_duplication_in_bounds)]
|
68 |
pub fn train_parallel<T, E>(
|
1474 |
#[allow(clippy::trait_duplication_in_bounds)]
|
1475 |
impl<P: Pixel + Copy + From<Rgb> + From<Rgba> + Into<Rgb> + Into<Rgba>> TrueColor for P {
|
60 |
#[allow(clippy::type_repetition_in_bounds, clippy::trait_duplication_in_bounds)] // clippy bug: https://github.com/rust-lang/rust-clippy/issues/8771
|
61 |
pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) {
|
60 |
#[allow(clippy::type_repetition_in_bounds, clippy::trait_duplication_in_bounds)] // clippy bug: https://github.com/rust-lang/rust-clippy/issues/8771
|
61 |
pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) {
|
60 |
#[allow(clippy::type_repetition_in_bounds, clippy::trait_duplication_in_bounds)] // clippy bug: https://github.com/rust-lang/rust-clippy/issues/8771
|
61 |
pub fn insert(&mut self, ty: impl ToTokens, bound: impl ToTokens) {
|
202 |
#[allow(clippy::trait_duplication_in_bounds)] // This is a bug From<()> is counted as duplicate
|
203 |
/// Support of builder methods for traits.
|
73 |
// TODO deny once false positive are fixed (https://github.com/rust-lang/rust-clippy/issues/9076).
|
74 |
clippy::trait_duplication_in_bounds,
|
75 |
rustdoc::missing_doc_code_examples
|
46 |
#![allow(clippy::type_repetition_in_bounds)]
|
47 |
#![allow(clippy::trait_duplication_in_bounds)]
|
48 |
#![allow(clippy::tabs_in_doc_comments)]
|
1 |
#![deny(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::trait_duplication_in_bounds)]
|
1 |
#![allow(clippy::trait_duplication_in_bounds)] // https://github.com/rust-lang/rust-clippy/issues/8757
|
13 |
clippy::inline_always,
|
14 |
clippy::trait_duplication_in_bounds,
|
15 |
clippy::type_repetition_in_bounds
|
42 |
// TODO: remove this when https://github.com/rust-lang/rust-clippy/issues/9076 is fixed
|
43 |
#![allow(clippy::trait_duplication_in_bounds)]
|
26 |
// TODO: remove this when https://github.com/rust-lang/rust-clippy/issues/9076 is fixed
|
27 |
#![allow(clippy::trait_duplication_in_bounds)]
|
12 |
// TODO: remove this when https://github.com/rust-lang/rust-clippy/issues/9076 is fixed
|
13 |
#![allow(clippy::trait_duplication_in_bounds)]
|
14 |
// TODO: remove this when https://github.com/rust-lang/rust-clippy/issues/8772 is fixed
|