• amadeus 0.4.3/src/pool/process.rs
    113
    impl ProcessPoolInner {
    114
    	#[allow(clippy::double_parens)] // TODO: work out what's triggering this
    115
    	fn new(
  • cafebabe 0.6.1/src/lib.rs
    41
    #[allow(clippy::double_parens, clippy::identity_op)]
    42
    pub(crate) fn read_u2(bytes: &[u8], ix: &mut usize) -> Result<u16, ParseError> {
    51
    #[allow(clippy::double_parens, clippy::identity_op)]
    52
    pub(crate) fn read_u4(bytes: &[u8], ix: &mut usize) -> Result<u32, ParseError> {
    64
    #[allow(clippy::double_parens, clippy::identity_op)]
    65
    pub(crate) fn read_u8(bytes: &[u8], ix: &mut usize) -> Result<u64, ParseError> {
  • easy-ml 1.8.2/src/differentiation/trace_operations.rs
    1
    #![allow(clippy::double_parens)]
    2
    /*!
    674
        type Output = Trace<T>;
    675
        #[allow(clippy::double_parens)]
    676
        #[inline]
    755
        type Output = Trace<T>;
    756
        #[allow(clippy::double_parens)]
    757
        #[inline]
  • markdown-it 0.4.0/src/plugins/html/utils/regexps.rs
    26
    #[allow(clippy::double_parens)]
    27
    pub static HTML_TAG_RE : Lazy<Regex> = Lazy::new(|| {
    33
    #[allow(clippy::double_parens)]
    34
    pub static HTML_OPEN_CLOSE_TAG_RE : Lazy<Regex> = Lazy::new(|| {
  • serde_closure 0.3.3/tests/smoke.rs
    417
    	// TODO: move to closure, rustfmt loses it currently though
    418
    	#[allow(clippy::double_parens, unused_results)]
    419
    	let closure = FnOnce!(move || {
  • tensorflow 0.19.1/src/ops.rs
    25
    #[allow(
    26
        clippy::double_parens,
    27
        clippy::too_many_arguments,
  • easy-ml 1.8.2/src/differentiation.rs
    1
    #![allow(clippy::double_parens)]
    2
    /*!
  • genfut 0.5.0/src/static/static_lib.rs
    8
    #![allow(unused_imports)]
    9
    #![allow(clippy::double_parens)]
    10
    #![allow(clippy::unnecessary_fold)]
  • sha1_smol 1.0.0/src/lib.rs
    36
    #![allow(deprecated)]
    37
    #![allow(clippy::double_parens)]
    38
    #![allow(clippy::identity_op)]
  • syn-serde 0.2.3/src/gen/convert.rs
    4
    #![allow(unused_parens)]
    5
    #![allow(clippy::double_parens, clippy::just_underscores_and_digits)]
    6
    use crate::*;
  • thisisstupidaaaa 0.1.0/src/lib.rs
    2
    #![allow(deprecated)]
    3
    #![allow(clippy::double_parens)]
    4
    #![allow(clippy::identity_op)]