• ash-tray 0.19.0/src/imguiash.rs
    516
                .input_rate(vk::VertexInputRate::VERTEX);
    517
            #[allow(clippy::unneeded_field_pattern)]
    518
            let vertex_input_attributes = [
  • cretonne-wasm 0.13.2/src/code_translator.rs
    39
    // Clippy warns about "flags: _" but its important to document that the flags field is ignored
    40
    #[cfg_attr(feature = "cargo-clippy", allow(unneeded_field_pattern))]
    41
    /// Translates wasm operators into Cretonne IR instructions. Returns `true` if it inserted
    893
    // Clippy warns us of some fields we are deliberately ignoring
    894
    #[cfg_attr(feature = "cargo-clippy", allow(unneeded_field_pattern))]
    895
    /// Deals with a Wasm instruction located in an unreachable portion of the code. Most of them
  • dwarfdump-wasm 0.1.0/src/dwarfdump.rs
    229
    #[allow(clippy::unneeded_field_pattern)]
    230
    fn dump_cfi_instructions<R: Reader, W: Write>(
  • extend 1.1.2/src/lib.rs
    204
    #[proc_macro_error]
    205
    #[allow(clippy::unneeded_field_pattern)]
    206
    pub fn ext(
    231
    #[proc_macro_error]
    232
    #[allow(clippy::unneeded_field_pattern)]
    233
    pub fn ext_sized(
  • gimli 0.27.1/examples/dwarfdump.rs
    870
    #[allow(clippy::unneeded_field_pattern)]
    871
    fn dump_cfi_instructions<R: Reader, W: Write>(
  • isla-lib 0.2.0/src/simplify.rs
    48
    /// `total` is the number of event sequences we want to make disjoint.
    49
    #[allow(clippy::unneeded_field_pattern)]
    50
    pub fn renumber_event<B>(event: &mut Event<B>, i: u32, total: u32) {
    320
    #[allow(clippy::unneeded_field_pattern)]
    321
    fn calculate_uses<B, E: Borrow<Event<B>>>(events: &[E]) -> HashMap<Sym, u32> {
  • opentelemetry-stackdriver 0.15.0/src/lib.rs
    109
        fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
    110
            #[allow(clippy::unneeded_field_pattern)]
    111
            let Self {
  • pubnub-core 0.1.0/src/subscription/subscribe_loop.rs
    75
        #[allow(clippy::unneeded_field_pattern)]
    76
        let SubscribeLoopParams {
  • rust_wasm_websocket 0.5.5/src/websocket_mod.rs
    141
        /// receive WebSocket msg callback.
    142
        #[allow(clippy::unneeded_field_pattern)]
    143
        #[allow(clippy::too_many_lines)] // I know is long
  • amethyst_derive 0.15.3/tests/test.rs
    1
    #![allow(
    2
        clippy::unneeded_field_pattern,
    3
        clippy::block_in_if_condition_stmt,
    4
        clippy::unneeded_field_pattern
    5
    )]
  • asteracea_proc-macro-definitions 0.0.2/src/lib.rs
    1
    #![forbid(unsafe_code)]
    2
    #![allow(clippy::unneeded_field_pattern)]
  • cargo-sort 1.0.9/src/toml_edit/parser.rs
    1
    #![allow(clippy::unneeded_field_pattern)]
    2
    #![allow(clippy::toplevel_ref_arg)]
  • choir 0.5.0/src/lib.rs
    17
        clippy::new_without_default,
    18
        clippy::unneeded_field_pattern,
    19
        clippy::match_like_matches_macro,
  • criner 0.3.0/src/lib.rs
    1
    #![allow(clippy::unneeded_field_pattern)]
    2
    #![deny(unsafe_code)]
  • drone 0.14.0/src/lib.rs
    45
        clippy::similar_names,
    46
        clippy::unneeded_field_pattern,
    47
        clippy::wildcard_imports
  • fyrox-core 0.23.0/src/pool.rs
    23
    #![allow(clippy::unneeded_field_pattern)]
  • lignin-html 0.0.5/src/lib.rs
    1
    #![allow(clippy::unneeded_field_pattern)]
    2
    #![doc(html_root_url = "https://docs.rs/lignin-html/0.0.5")]
  • linux-aio-tokio 0.3.0/src/requests/mod.rs
    1
    #![allow(clippy::unneeded_field_pattern)]
  • mycroft 0.0.1/src/parse.rs
    1
    // The parser! macro spews unbound matches, so disable the lint in this file
    2
    #![cfg_attr(feature = "cargo-clippy", allow(unneeded_field_pattern))]
    3
    //! Provides parsing functions for the Mycroft language.
  • naga 0.11.0/src/lib.rs
    189
        clippy::new_without_default,
    190
        clippy::unneeded_field_pattern,
    191
        clippy::match_like_matches_macro,
  • pgx-pg-sys 0.7.0/src/lib.rs
    18
    #![allow(improper_ctypes)]
    19
    #![allow(clippy::unneeded_field_pattern)]
    20
    #![cfg_attr(nightly, feature(strict_provenance))]
  • quartic 0.1.0/src/parser.rs
    3
    #![allow(dead_code)]
    4
    #![cfg_attr(feature="cargo-clippy", allow(unneeded_field_pattern))]
  • rdma 0.3.0/src/bindings/ibverbs.rs
    4
        clippy::as_conversions,
    5
        clippy::unneeded_field_pattern,
    6
        clippy::undocumented_unsafe_blocks,
  • repr_offset_derive 0.2.0/src/lib.rs
    15
    // using `..` would defeat the purpose for destructuring in the first place.
    16
    #![allow(clippy::unneeded_field_pattern)]
    17
    #![deny(clippy::shadow_unrelated)]
  • rg3d-core 0.19.0/src/pool.rs
    23
    #![allow(clippy::unneeded_field_pattern)]
  • sardonyx_derive 0.0.3/tests/test.rs
    1
    #![allow(
    2
        clippy::unneeded_field_pattern,
    3
        clippy::block_in_if_condition_stmt,
    4
        clippy::unneeded_field_pattern
    5
    )]
  • simple-soft-float 0.1.0/src/lib.rs
    4
    #![allow(clippy::unneeded_field_pattern)]
    5
    #![allow(clippy::too_many_arguments)]
  • spritec 0.1.0/src/lib.rs
    20
        clippy::large_enum_variant,
    21
        clippy::unneeded_field_pattern,
    22
        clippy::match_ref_pats,
  • structural_derive 0.4.3/src/lib.rs
    19
    // using `..` would defeat the purpose for destructuring in the first place.
    20
    #![allow(clippy::unneeded_field_pattern)]
    21
    #![deny(clippy::shadow_unrelated)]
  • vhdl_lang 0.36.0/src/analysis/concurrent.rs
    7
    // These fields are better explicit than .. since we are forced to consider if new fields should be searched
    8
    #![allow(clippy::unneeded_field_pattern)]
  • vhdl_lang 0.36.0/src/analysis/sequential.rs
    7
    // These fields are better explicit than .. since we are forced to consider if new fields should be searched
    8
    #![allow(clippy::unneeded_field_pattern)]
  • vhdl_lang 0.36.0/src/ast/search.rs
    8
    // These fields are better explicit than .. since we are forced to consider if new fields should be searched
    9
    #![allow(clippy::unneeded_field_pattern)]
  • vkcargo 0.45.1/src/cargo/lib.rs
    27
    // exhaustively destructuring ensures future fields are handled
    28
    #![allow(clippy::unneeded_field_pattern)]
    29
    // false positives in target-specific code, for details see