• blackbox-log 0.2.0/src/headers.rs
    58
    // TODO: waiting on https://github.com/rust-lang/rust-clippy/pull/9545 to land
    59
    #[allow(clippy::std_instead_of_core)]
    60
    #[cfg(feature = "std")]
  • easytime 0.2.4/src/error.rs
    13
    #[allow(clippy::std_instead_of_core)] // core::error::Error requires 1.65
    14
    #[cfg(feature = "std")]
  • sparkle-cache 0.14.1/src/cache.rs
    29
    /// Put into a mod to allow lints
    30
    #[allow(clippy::std_instead_of_core)]
    31
    mod error {
  • twilight-cache-any-backend 0.13.0/src/cache.rs
    27
    /// Put into a mod to allow lints
    28
    #[allow(clippy::std_instead_of_core)]
    29
    mod error {
  • vsmtp-plugin-mysql 1.4.0-rc.10/src/lib.rs
    62
        #[cfg(debug_assertions)]
    63
        #[allow(clippy::dbg_macro, clippy::std_instead_of_core)]
    64
        {
  • atomic-maybe-uninit 0.2.15/src/tests/mod.rs
    3
        clippy::std_instead_of_alloc,
    4
        clippy::std_instead_of_core,
    5
        clippy::undocumented_unsafe_blocks,
  • axum-cometd 0.9.0-alpha.4/src/types/client_receiver.rs
    1
    // https://github.com/rust-lang/rust-clippy/issues/10198
    2
    #![allow(clippy::std_instead_of_core)]
  • axum-cometd 0.9.0-alpha.4/src/types/error/parse_error.rs
    1
    // https://github.com/rust-lang/rust-clippy/issues/10198
    2
    #![allow(clippy::std_instead_of_core)]
  • axum-cometd 0.9.0-alpha.4/src/types/error/send_error.rs
    1
    // https://github.com/rust-lang/rust-clippy/issues/10198
    2
    #![allow(clippy::std_instead_of_core)]
  • cargo-config2 0.1.4/src/gen/assert_impl.rs
    7
    #![allow(clippy::std_instead_of_alloc, clippy::std_instead_of_core)]
    8
    #[allow(unused_imports)]
  • cometd-client 0.3.0-alpha.2/src/types/error.rs
    1
    // https://github.com/rust-lang/rust-clippy/issues/10198
    2
    #![allow(clippy::std_instead_of_core)]
  • money2 0.8.3/src/error.rs
    1
    #![allow(clippy::std_instead_of_core)]
  • parse-changelog 0.5.3/src/gen/assert_impl.rs
    7
    #![allow(clippy::std_instead_of_alloc, clippy::std_instead_of_core)]
    8
    #[allow(unused_imports)]
  • portable-atomic 1.0.1/src/tests/mod.rs
    3
        clippy::std_instead_of_alloc,
    4
        clippy::std_instead_of_core,
    5
        clippy::undocumented_unsafe_blocks,
  • sparkle-cache 0.14.1/src/backend.rs
    1
    #![allow(clippy::std_instead_of_core)]
  • sparkle-cache-postgres 0.14.1/src/backend.rs
    5
        clippy::integer_arithmetic,
    6
        clippy::std_instead_of_core,
    7
        clippy::arithmetic_side_effects
  • sparkle-cache-postgres 0.14.1/src/cache.rs
    1
    #![allow(
    2
        clippy::std_instead_of_core,
    3
        clippy::as_conversions,
  • time 0.3.17/src/lib.rs
    131
        clippy::unused_peekable, // temporary due to bug: remove when Rust 1.66 is released
    132
        clippy::std_instead_of_core, // temporary due to bug: remove when Rust 1.66 is released
    133
    )]
  • time 0.3.17/src/tests.rs
    19
        clippy::cognitive_complexity,
    20
        clippy::std_instead_of_core
    21
    )]
  • vsmtp-protocol 2.0.1-rc.4/src/lib.rs
    43
    // FIXME:
    44
    #![allow(clippy::std_instead_of_core)] // issue with thiserror
    45
    #![allow(clippy::indexing_slicing)] // issue with async_stream