• kitsune_p2p_transport_quic 0.1.0/src/tx2.rs
    59
                futures::stream::unfold(recv, move |mut recv| async move {
    60
                    #[allow(clippy::style)]
    61
                    match recv.next().await {
  • omnipath 0.1.1/src/windows/sys.rs
    225
    #[allow(nonstandard_style, clippy::style)]
    226
    mod c {
  • twelf 0.9.0/test.rs
    23
    #[allow(
    24
        clippy::style,
    25
        clippy::complexity,
    47
    #[allow(
    48
        clippy::style,
    49
        clippy::complexity,
    189
    #[allow(
    190
        clippy::style,
    191
        clippy::complexity,
  • compiler_builtins 0.1.86/src/mem/mod.rs
    1
    // Trying to satisfy clippy here is hopeless
    2
    #![allow(clippy::style)]
  • dropshot 0.9.0/src/lib.rs
    548
    // automated enforcement.
    549
    #![allow(clippy::style)]
    550
    // The `usdt` crate may require nightly, enabled if our consumer is enabling
  • dropshot_endpoint 0.9.0/src/lib.rs
    8
    // automated enforcement.
    9
    #![allow(clippy::style)]
  • fontdue 0.7.2/src/lib.rs
    6
    #![allow(dead_code)]
    7
    #![allow(clippy::style)]
    8
    #![allow(clippy::complexity)]
  • gdnative-bindings 0.11.3/src/lib.rs
    10
    // Disable non-critical lints for generated code
    11
    #![allow(clippy::style, clippy::complexity, clippy::perf)]
  • gdnative-bindings-lily 0.9.3/src/lib.rs
    5
    // Disable non-critical lints for generated code.
    6
    #![allow(clippy::style, clippy::complexity, clippy::perf)]
  • gdnative-sys 0.11.3/src/lib.rs
    11
        deref_nullptr,
    12
        clippy::style
    13
    )]
  • hippotat 1.1.7/client/client.rs
    5
    #![allow(clippy::style)]
  • hippotat 1.1.7/server/server.rs
    5
    #![allow(clippy::style)]
  • hippotat 1.1.7/src/lib.rs
    13
    #![allow(clippy::style)]
  • hippotat-macros 1.1.7/macros.rs
    10
    #![allow(clippy::style)]
  • impl-tools-lib 0.7.1/src/lib.rs
    14
    #![allow(clippy::unnecessary_lazy_evaluations)]
    15
    #![allow(clippy::style)]
  • kindelia_core 0.1.7/src/bits.rs
    1
    #![allow(dead_code)]
    2
    #![allow(clippy::style)]
  • kindelia_core 0.1.7/src/node.rs
    1
    #![allow(clippy::style)]
  • kindelia_core 0.1.7/src/runtime/mod.rs
    87
    #![allow(unused_variables)]
    88
    #![allow(clippy::style)]
    89
    #![allow(clippy::identity_op)]
  • kindelia_core 0.1.7/src/test/mod.rs
    5
    #![allow(unused_variables)]
    6
    #![allow(clippy::style)]
    7
    #![allow(clippy::single_component_path_imports)]
  • kindelia_lang 0.1.7/src/parser.rs
    1
    #![allow(clippy::style)]
  • perf_monitor 0.2.0/build.rs
    1
    #![allow(clippy::all, clippy::restriction, clippy::style, clippy::perf)]
    2
    use std::{convert::AsRef, env, ffi::OsStr, path::Path, process::Command};
  • privatemail 1.1.5/src/config.rs
    11
    //! Configuration struct for `PrivatEmail`
    12
    #![allow(clippy::style)]
    13
    use serde::Serialize;
  • privatemail 1.1.5/src/main.rs
    11
    //! - Nyah Check <hello@nyah.dev>
    12
    #![allow(clippy::style)]
    13
    mod lib;
  • rcgen 0.10.0/examples/rsa-irc-openssl.rs
    1
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcgen 0.10.0/examples/rsa-irc.rs
    1
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcgen 0.10.0/src/lib.rs
    30
    #![deny(missing_docs)]
    31
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • rcgen 0.10.0/src/main.rs
    1
    #![allow(clippy::complexity, clippy::style, clippy::pedantic)]
  • roze 0.1.1/src/system/audio32.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::style)]
  • roze 0.1.1/src/system/gl32.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::style)]
  • roze 0.1.1/src/system/win32.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::style)]