• actix-web 4.3.0/src/handler.rs
    165
            #[rustfmt::skip]
    166
            #[allow(clippy::too_many_arguments, clippy::just_underscores_and_digits)]
    167
            async fn handler_max(
  • async-variadic 1.1.1/src/lib.rs
    113
            #[rustfmt::skip]
    114
            #[allow(clippy::too_many_arguments, clippy::just_underscores_and_digits)]
    115
            async fn max(
  • curve25519-dalek 4.0.0-rc.0/src/scalar.rs
    1184
        #[rustfmt::skip] // keep alignment of addition chain and squarings
    1185
        #[allow(clippy::just_underscores_and_digits)]
    1186
        pub fn montgomery_invert(&self) -> UnpackedScalar {
  • debug3 0.2.0/src/lib.rs
    25
    #[allow(clippy::just_underscores_and_digits)]
    26
    mod gen_impls;
  • druid-shell 0.8.0/src/backend/gtk/keycodes.rs
    24
    #[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
    25
    pub fn raw_key_to_key(raw: RawKey) -> Option<Key> {
    217
    #[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
    218
    pub fn raw_key_to_location(raw: RawKey) -> Location {
  • farbraum 0.1.0/src/color.rs
    16
        /// `Color::new(r, g, b)` or `Color::new(x, y, z)`.
    17
        #[allow(clippy::just_underscores_and_digits)]
    18
        pub fn of(_0: Float, _1: Float, _2: Float) -> Self
    28
        /// `Color::new(r, g, b, Srgb)` or `Color::new(x, y, z, Srgb)`.
    29
        #[allow(clippy::just_underscores_and_digits)]
    30
        pub const fn new(_0: Float, _1: Float, _2: Float, space: S) -> Self {
  • millennium-core 1.0.0-beta.3/src/platform_impl/linux/keyboard.rs
    49
    #[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
    50
    pub(crate) fn raw_key_to_key(gdk_key: RawKey) -> Option<Key<'static>> {
    123
    #[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
    124
    pub(crate) fn raw_key_to_location(raw: RawKey) -> KeyLocation {
  • partiql-parser 0.2.0/src/parse/mod.rs
    20
    #[allow(clippy::just_underscores_and_digits)] // LALRPOP generates a lot of names like this
    21
    #[allow(clippy::clone_on_copy)]
  • rubble 0.0.4/src/uuid.rs
    190
    impl fmt::Debug for Uuid128 {
    191
        #[allow(clippy::many_single_char_names, clippy::just_underscores_and_digits)]
    192
        fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
  • signum 0.2.1/src/docs/hcim.rs
    142
    #[allow(non_snake_case, clippy::just_underscores_and_digits)]
    143
    /// Parse a site table entry
  • sqlx 0.6.2/src/ty_match.rs
    18
    #[allow(clippy::just_underscores_and_digits)]
    19
    pub fn same_type<T>(_1: &T, _2: &T) {}
  • tao 0.17.0/src/platform_impl/linux/keyboard.rs
    35
    #[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
    36
    pub(crate) fn raw_key_to_key(gdk_key: RawKey) -> Option<Key<'static>> {
    109
    #[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
    110
    pub(crate) fn raw_key_to_location(raw: RawKey) -> KeyLocation {
  • test-curve25519-dalek 4.0.0-pre.17/src/scalar.rs
    1154
        #[rustfmt::skip] // keep alignment of addition chain and squarings
    1155
        #[allow(clippy::just_underscores_and_digits)]
    1156
        pub fn montgomery_invert(&self) -> UnpackedScalar {
  • trajectory 0.1.0/src/cubic_spline.rs
    29
    {
    30
        #[allow(clippy::many_single_char_names, clippy::just_underscores_and_digits)]
    31
        pub fn new(times: Vec<T>, points: Vec<Vec<T>>) -> Option<Self> {
  • atsamd-hal 0.15.1/src/thumbv7em/pukcc.rs
    19
    //! cryptographer before making use of this module.
    20
    #![allow(clippy::just_underscores_and_digits)]
    21
    pub mod c_abi;
  • euclid 0.22.7/src/transform2d.rs
    10
    #![cfg_attr(feature = "cargo-clippy", allow(just_underscores_and_digits))]
  • euclid 0.22.7/src/transform3d.rs
    10
    #![cfg_attr(feature = "cargo-clippy", allow(just_underscores_and_digits))]
  • logical 0.2.1/src/logicbit/ieee1164.rs
    1
    #![allow(clippy::just_underscores_and_digits)]
  • logical 0.2.1/src/logicbit/tvlogic.rs
    1
    #![allow(clippy::just_underscores_and_digits)]
  • melib 0.7.2/src/smtp.rs
    22
    #![allow(clippy::just_underscores_and_digits)]
    23
    #![allow(clippy::needless_lifetimes)]
  • opendp 0.6.1/src/lib.rs
    139
    #![allow(clippy::just_underscores_and_digits)]
    140
    #![allow(clippy::type_complexity)]
  • pin-project 1.0.12/examples/enum-default-expanded.rs
    19
        clippy::needless_lifetimes,
    20
        clippy::just_underscores_and_digits,
    21
        clippy::used_underscore_binding
  • 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::*;
  • tuplestructops 0.3.0/src/test.rs
    1
    #![allow(clippy::unit_cmp, clippy::just_underscores_and_digits)]
  • twenty-first 0.15.0/src/shared_math/mpolynomial.rs
    1291
    mod test_mpolynomials {
    1292
        #![allow(clippy::just_underscores_and_digits)]
  • twenty-first 0.15.0/src/shared_math/polynomial.rs
    1276
    mod test_polynomials {
    1277
        #![allow(clippy::just_underscores_and_digits)]
  • webb 0.5.13/src/substrate/mod.rs
    1
    #![allow(
    2
        clippy::just_underscores_and_digits,
    3
        clippy::type_complexity,