516 |
.input_rate(vk::VertexInputRate::VERTEX);
|
517 |
#[allow(clippy::unneeded_field_pattern)]
|
518 |
let vertex_input_attributes = [
|
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
|
229 |
#[allow(clippy::unneeded_field_pattern)]
|
230 |
fn dump_cfi_instructions<R: Reader, W: Write>(
|
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(
|
870 |
#[allow(clippy::unneeded_field_pattern)]
|
871 |
fn dump_cfi_instructions<R: Reader, W: Write>(
|
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> {
|
109 |
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
110 |
#[allow(clippy::unneeded_field_pattern)]
|
111 |
let Self {
|
75 |
#[allow(clippy::unneeded_field_pattern)]
|
76 |
let SubscribeLoopParams {
|
141 |
/// receive WebSocket msg callback.
|
142 |
#[allow(clippy::unneeded_field_pattern)]
|
143 |
#[allow(clippy::too_many_lines)] // I know is long
|
1 |
#![allow(
|
2 |
clippy::unneeded_field_pattern,
|
3 |
clippy::block_in_if_condition_stmt,
|
4 |
clippy::unneeded_field_pattern
|
5 |
)]
|
1 |
#![forbid(unsafe_code)]
|
2 |
#![allow(clippy::unneeded_field_pattern)]
|
1 |
#![allow(clippy::unneeded_field_pattern)]
|
2 |
#![allow(clippy::toplevel_ref_arg)]
|
17 |
clippy::new_without_default,
|
18 |
clippy::unneeded_field_pattern,
|
19 |
clippy::match_like_matches_macro,
|
1 |
#![allow(clippy::unneeded_field_pattern)]
|
2 |
#![deny(unsafe_code)]
|
45 |
clippy::similar_names,
|
46 |
clippy::unneeded_field_pattern,
|
47 |
clippy::wildcard_imports
|
23 |
#![allow(clippy::unneeded_field_pattern)]
|
1 |
#![allow(clippy::unneeded_field_pattern)]
|
2 |
#![doc(html_root_url = "https://docs.rs/lignin-html/0.0.5")]
|
1 |
#![allow(clippy::unneeded_field_pattern)]
|
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.
|
189 |
clippy::new_without_default,
|
190 |
clippy::unneeded_field_pattern,
|
191 |
clippy::match_like_matches_macro,
|
18 |
#![allow(improper_ctypes)]
|
19 |
#![allow(clippy::unneeded_field_pattern)]
|
20 |
#![cfg_attr(nightly, feature(strict_provenance))]
|
3 |
#![allow(dead_code)]
|
4 |
#![cfg_attr(feature="cargo-clippy", allow(unneeded_field_pattern))]
|
4 |
clippy::as_conversions,
|
5 |
clippy::unneeded_field_pattern,
|
6 |
clippy::undocumented_unsafe_blocks,
|
15 |
// using `..` would defeat the purpose for destructuring in the first place.
|
16 |
#![allow(clippy::unneeded_field_pattern)]
|
17 |
#![deny(clippy::shadow_unrelated)]
|
23 |
#![allow(clippy::unneeded_field_pattern)]
|
1 |
#![allow(
|
2 |
clippy::unneeded_field_pattern,
|
3 |
clippy::block_in_if_condition_stmt,
|
4 |
clippy::unneeded_field_pattern
|
5 |
)]
|
4 |
#![allow(clippy::unneeded_field_pattern)]
|
5 |
#![allow(clippy::too_many_arguments)]
|
20 |
clippy::large_enum_variant,
|
21 |
clippy::unneeded_field_pattern,
|
22 |
clippy::match_ref_pats,
|
19 |
// using `..` would defeat the purpose for destructuring in the first place.
|
20 |
#![allow(clippy::unneeded_field_pattern)]
|
21 |
#![deny(clippy::shadow_unrelated)]
|
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)]
|
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)]
|
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)]
|
27 |
// exhaustively destructuring ensures future fields are handled
|
28 |
#![allow(clippy::unneeded_field_pattern)]
|
29 |
// false positives in target-specific code, for details see
|