113 |
impl ProcessPoolInner {
|
114 |
#[allow(clippy::double_parens)] // TODO: work out what's triggering this
|
115 |
fn new(
|
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> {
|
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]
|
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(|| {
|
417 |
// TODO: move to closure, rustfmt loses it currently though
|
418 |
#[allow(clippy::double_parens, unused_results)]
|
419 |
let closure = FnOnce!(move || {
|
25 |
#[allow(
|
26 |
clippy::double_parens,
|
27 |
clippy::too_many_arguments,
|
1 |
#![allow(clippy::double_parens)]
|
2 |
/*!
|
8 |
#![allow(unused_imports)]
|
9 |
#![allow(clippy::double_parens)]
|
10 |
#![allow(clippy::unnecessary_fold)]
|
36 |
#![allow(deprecated)]
|
37 |
#![allow(clippy::double_parens)]
|
38 |
#![allow(clippy::identity_op)]
|
4 |
#![allow(unused_parens)]
|
5 |
#![allow(clippy::double_parens, clippy::just_underscores_and_digits)]
|
6 |
use crate::*;
|
2 |
#![allow(deprecated)]
|
3 |
#![allow(clippy::double_parens)]
|
4 |
#![allow(clippy::identity_op)]
|