• amadeus-parquet 0.4.3/src/internal/mod.rs
    16
    pub mod file;
    17
    #[allow(unused_results, renamed_and_removed_lints, clippy::too_many_arguments, clippy::type_complexity, clippy::redundant_field_names)]
    18
    #[rustfmt::skip]
  • arrow-ipc 32.0.0/src/lib.rs
    31
    #[allow(clippy::redundant_static_lifetimes)]
    32
    #[allow(clippy::redundant_field_names)]
    33
    #[allow(non_camel_case_types)]
  • bupkis 0.1.1/src/view.rs
    64
                    #[allow(clippy::redundant_field_names)]
    65
                    Ok(Photo {
    81
            #[allow(clippy::redundant_field_names)]
    82
            Ok(Self {
  • endbasic-core 0.10.0/src/ast.rs
    245
        /// Creates a new reference to the variable with `name` and the optional `vtype` type.
    246
        #[allow(clippy::redundant_field_names)]
    247
        pub fn new<T: Into<String>>(name: T, ref_type: VarType) -> Self {
  • kbs2 0.6.0/src/kbs2/agent.rs
    198
            #[allow(clippy::redundant_field_names)]
    199
            Ok(Self {
    404
        fn request(&self, body: RequestBody) -> Result<Response> {
    405
            #[allow(clippy::redundant_field_names)]
    406
            let req = Request {
  • kbs2 0.6.0/src/kbs2/config.rs
    460
            #[allow(clippy::redundant_field_names)]
    461
            toml::to_string(&Config {
  • kbs2 0.6.0/src/kbs2/session.rs
    32
            #[allow(clippy::redundant_field_names)]
    33
            Ok(Session {
  • kestrel-crypto 0.10.1/src/lib.rs
    189
    /// Returns the ciphertext
    190
    #[allow(clippy::let_and_return, clippy::redundant_field_names)]
    191
    pub fn chapoly_encrypt_ietf(key: &[u8], nonce: &[u8], plaintext: &[u8], aad: &[u8]) -> Vec<u8> {
    232
    /// Returns the plaintext
    233
    #[allow(clippy::redundant_field_names)]
    234
    pub fn chapoly_decrypt_ietf(
  • libftd2xx 0.32.2/src/lib.rs
    367
    /// ```
    368
    #[allow(clippy::redundant_field_names)]
    369
    pub fn list_devices_fs() -> io::Result<Vec<DeviceInfo>> {
  • pbjson-types 0.5.1/src/lib.rs
    24
        clippy::redundant_closure,
    25
        clippy::redundant_field_names,
    26
        clippy::clone_on_ref_ptr,
  • pbjson-types-any 0.2.3/src/lib.rs
    24
        clippy::redundant_closure,
    25
        clippy::redundant_field_names,
    26
        clippy::clone_on_ref_ptr,
  • pci-ids 0.2.5/build.rs
    49
    #[allow(clippy::redundant_field_names)]
    50
    fn main() {
  • pledger 0.9.1/src/pledger/mod.rs
    260
        #[allow(clippy::redundant_field_names)]
    261
        Ok(Ledger {
  • polars_arrow_rvsry99dx 0.17.1/src/lib.rs
    41
    #[allow(clippy::redundant_static_lifetimes)]
    42
    #[allow(clippy::redundant_field_names)]
    43
    pub mod ipc;
  • progitoor 0.1.0/src/filesystem.rs
    65
    #[allow(clippy::redundant_field_names)]
    66
    fn result_entry(mapping: FileInfo, result: Result<stat::FileStat, nix::Error>) -> ResultEntry {
  • progitoor 0.1.0/src/metadata.rs
    146
        /// Construct a Store instance that doesn't start a periodic flusher thread
    147
        #[allow(clippy::redundant_field_names)]
    148
        pub fn new_without_flusher_thread(root: RawFd) -> Result<Self, MetadataError> {
  • redis-cell 0.2.2/src/redis/mod.rs
    6
    #[cfg_attr(feature = "cargo-clippy",
    7
               allow(redundant_field_names, suspicious_arithmetic_impl))]
    8
    pub mod raw;
  • steg86 0.2.0/src/steg86/binary.rs
    600
            #[allow(clippy::redundant_field_names)]
    601
            Ok(Text {
    643
                #[allow(clippy::redundant_field_names)]
    644
                Ok(Text {
    677
                {
    678
                    #[allow(clippy::redundant_field_names)]
    679
                    Ok(Text {
    721
                #[allow(clippy::redundant_field_names)]
    722
                Ok(Text {
  • stm32f1xx-hal 0.10.0/src/afio.rs
    93
        /// Disables the JTAG to free up pa15, pb3 and pb4 for normal use
    94
        #[allow(clippy::redundant_field_names, clippy::type_complexity)]
    95
        pub fn disable_jtag(
  • stm32f1xx-hal-bxcan 0.8.0/src/afio.rs
    94
        /// Disables the JTAG to free up pa15, pb3 and pb4 for normal use
    95
        #[allow(clippy::redundant_field_names, clippy::type_complexity)]
    96
        pub fn disable_jtag(
  • svdlibrs 0.5.0/src/lib.rs
    528
    #[allow(clippy::redundant_field_names)]
    529
    #[allow(non_snake_case)]
  • t-rust-less-lib 0.2.16/src/lib.rs
    19
      clippy::redundant_closure,
    20
      clippy::redundant_field_names,
    21
      clippy::match_single_binding
  • usb-ids 2022.12.24/build.rs
    33
    #[allow(clippy::redundant_field_names)]
    34
    fn main() {
  • alt_serde 1.0.119/src/lib.rs
    106
            empty_enum,
    107
            redundant_field_names,
    108
            redundant_static_lifetimes,
  • awair-local-api 0.1.0/src/lib.rs
    7
    #![deny(missing_docs)]
    8
    #![allow(clippy::redundant_field_names)]
    9
    #![forbid(unsafe_code)]
  • bevy_radial_bar 0.1.1/src/main.rs
    1
    #![allow(clippy::redundant_field_names)]
    2
    #![allow(clippy::type_complexity)]
  • bigdecimal 0.3.0/src/lib.rs
    45
    #![allow(clippy::suspicious_op_assign_impl)]
    46
    #![allow(clippy::redundant_field_names)]
  • bocu1 0.1.0/src/lib.rs
    1
    #![warn(clippy::pedantic)]
    2
    #![allow(clippy::redundant_field_names)] // I happen to like these.
  • bvm_filter 1.0.0/src/lib.rs
    24
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names, single_match, cast_lossless, doc_markdown, match_same_arms, unreadable_literal, new_ret_no_self))]
  • cargo-update 11.1.1/src/lib.rs
    366
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
  • chrono-wasi 0.4.11/src/lib.rs
    399
            const_static_lifetime,
    400
            redundant_field_names,
    401
            trivially_copy_pass_by_ref,
  • chrono-wasi07 0.4.10/src/lib.rs
    399
            const_static_lifetime,
    400
            redundant_field_names,
    401
            trivially_copy_pass_by_ref,
  • compacts 0.9.0/src/bits/repr/run.rs
    2
    #![cfg_attr(feature = "cargo-clippy", allow(range_minus_one))]
    3
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
  • connman 0.1.3/src/lib.rs
    54
    #![allow(unused)]
    55
    #![allow(clippy::redundant_field_names, clippy::let_and_return)]
  • containerd-shim-client 0.1.2/src/lib.rs
    42
    // Supress warning: redundant field names in struct initialization
    43
    #![allow(clippy::redundant_field_names)]
  • containerd-shim-protos 0.2.0/src/lib.rs
    63
    // Supress warning: redundant field names in struct initialization
    64
    #![allow(clippy::redundant_field_names)]
  • cpp_demangle 0.4.0/src/lib.rs
    35
    #![allow(clippy::inline_always)]
    36
    #![allow(clippy::redundant_field_names)]
    37
    #![cfg_attr(not(feature = "std"), no_std)]
  • cretonne-codegen 0.13.2/src/lib.rs
    30
                    should_implement_trait,
    31
                    redundant_field_names,
    32
                    useless_let_if_seq,
  • cryptoki-sys 0.1.4/src/lib.rs
    5
    #![allow(non_snake_case)]
    6
    #![allow(clippy::redundant_field_names)]
    7
    #![allow(clippy::missing_safety_doc)]
  • cryptoxide 0.4.2/src/lib.rs
    30
    #![allow(clippy::let_and_return)]
    31
    #![allow(clippy::redundant_field_names)]
    32
    #![allow(clippy::wrong_self_convention)]
  • derive_constructor 0.1.1/src/lib.rs
    94
    mod tests {
    95
        #![allow(clippy::blacklisted_name, clippy::redundant_field_names)]
    96
        use super::*;
  • diesel 2.0.3/src/lib.rs
    184
        clippy::map_unwrap_or,
    185
        clippy::redundant_field_names,
    186
        clippy::type_complexity
  • docker-api 0.12.2/docker-api-stubs/base/models.rs
    2
        non_snake_case,
    3
        clippy::redundant_field_names,
    4
        clippy::new_without_default,
  • docker-api-stubs 0.4.0/src/models.rs
    2
        non_snake_case,
    3
        clippy::redundant_field_names,
    4
        clippy::new_without_default,
  • ensc-testsuite 0.1.6/src/lib.rs
    1
    #![allow(clippy::redundant_field_names)]
    2
    #![allow(clippy::match_like_matches_macro)]
  • evebox 0.13.0/src/bin/evebox.rs
    16
    #![allow(clippy::redundant_field_names)]
  • evebox 0.13.0/src/lib.rs
    21
    #![allow(clippy::needless_return)]
    22
    #![allow(clippy::redundant_field_names)]
    23
    #![allow(clippy::len_without_is_empty)]
  • fitparser 0.5.1/src/profile/messages.rs
    2
    #![allow(missing_docs)]
    3
    #![allow(clippy::redundant_field_names)]
    4
    #![allow(clippy::unreadable_literal)]
  • flo_curves 0.6.1/src/lib.rs
    27
    // Breaks stylistic choices/algorithm readability
    28
    #![allow(clippy::redundant_field_names)]                // Used for consistency when initialising some types
    29
    #![allow(clippy::collapsible_if)]                       // Often used to clarify algorithm structure (rewrites need to be at least as clear)
  • fusta 1.7.1/src/fs.rs
    1
    #![allow(clippy::redundant_field_names)]
    2
    use crate::notify;
  • fusta 1.7.1/src/main.rs
    1
    #![allow(clippy::redundant_field_names)]
    2
    #[macro_use]
  • gazetta 0.3.0/src/lib.rs
    20
    #![allow(clippy::redundant_field_names)]
  • gazetta-model-ext 0.3.0/src/lib.rs
    17
    #![allow(clippy::redundant_field_names)]
  • gui 0.6.0/src/lib.rs
    21
      clippy::assertions_on_constants,
    22
      clippy::redundant_field_names,
    23
    )]
  • gui 0.6.0/tests/common/mod.rs
    20
    #![allow(
    21
      clippy::redundant_field_names,
    22
    )]
  • gui 0.6.0/tests/test_ui.rs
    22
      clippy::needless_pass_by_value,
    23
      clippy::redundant_field_names,
    24
    )]
  • gui-derive 0.6.0/tests/test_derive.rs
    20
    #![allow(
    21
      clippy::redundant_field_names,
    22
    )]
  • hcdl 0.12.0/src/main.rs
    3
    #![forbid(missing_docs)]
    4
    #![allow(clippy::redundant_field_names)]
    5
    use anyhow::Result;
  • horrorshow 0.8.4/src/lib.rs
    291
    //! See the test cases.
    292
    #![allow(clippy::redundant_field_names)]
    293
    #![cfg_attr(not(feature = "std"), no_std)]
  • jail_exporter 0.15.1/src/main.rs
    7
    #![deny(missing_docs)]
    8
    #![allow(clippy::redundant_field_names)]
    9
    use log::debug;
  • kras 0.4.4/src/main.rs
    5
    )]
    6
    #![allow(clippy::redundant_field_names)]
  • llvm-bitcursor 0.0.3/src/lib.rs
    6
    #![deny(missing_docs)]
    7
    #![allow(clippy::redundant_field_names)]
    8
    #![forbid(unsafe_code)]
  • llvm-bitstream 0.0.3/src/lib.rs
    5
    #![deny(missing_docs)]
    6
    #![allow(clippy::redundant_field_names)]
    7
    #![forbid(unsafe_code)]
  • llvm-constants 0.0.2/src/lib.rs
    5
    #![deny(missing_docs)]
    6
    #![allow(clippy::redundant_field_names)]
    7
    #![forbid(unsafe_code)]
  • llvm-mapper 0.0.4/src/lib.rs
    5
    #![deny(missing_docs)]
    6
    #![allow(clippy::redundant_field_names)]
    7
    #![forbid(unsafe_code)]
  • llvm-support 0.0.3/src/lib.rs
    5
    #![deny(missing_docs)]
    6
    #![allow(clippy::redundant_field_names)]
    7
    #![forbid(unsafe_code)]
  • mbaduk_ui 0.1.0/src/main.rs
    1
    #![allow(clippy::needless_return)]
    2
    #![allow(clippy::redundant_field_names)]
  • menu_rs 0.2.2/src/lib.rs
    27
    #![allow(clippy::needless_return)]
    28
    #![allow(clippy::redundant_field_names)]
  • neodyn_xc 0.4.0/src/lib.rs
    73
             clippy::missing_inline_in_public_items, clippy::modulo_arithmetic,
    74
             clippy::needless_pass_by_value, clippy::redundant_field_names,
    75
             clippy::redundant_pattern, clippy::single_match_else,
  • netdiag 0.3.0/src/lib.rs
    1
    #![allow(clippy::module_inception, clippy::redundant_field_names)]
  • nettle 7.2.0/src/lib.rs
    6
    // Allow Struct { field: field }
    7
    #![allow(clippy::redundant_field_names)]
    8
    // Allow module name repetition, e.g. modname::modname
  • nhl-stats 0.1.2/src/lib.rs
    1
    #![allow(
    2
        clippy::redundant_field_names,
    3
        clippy::new_without_default,
  • notary 0.0.5/src/client/mod.rs
    1
    #![allow(clippy::redundant_field_names)]
  • notnow 0.3.3/src/lib.rs
    57
      clippy::new_without_default,
    58
      clippy::redundant_field_names
    59
    )]
  • nuklear-backend-glium 0.5.0/src/lib.rs
    1
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))] // for clarity
  • oauth-credentials 0.3.0/src/lib.rs
    7
    #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
    8
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
    9
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_static_lifetimes))]
  • peppi 1.0.0-alpha.6/src/lib.rs
    1
    #![allow(clippy::zero_prefixed_literal)]
    2
    #![allow(clippy::redundant_field_names)]
  • podman-api 0.8.0/podman-api-stubs/base/models.rs
    2
        non_snake_case,
    3
        clippy::redundant_field_names,
    4
        clippy::new_without_default,
  • podman-api-stubs 0.8.0/src/models.rs
    2
        non_snake_case,
    3
        clippy::redundant_field_names,
    4
        clippy::new_without_default,
  • rbpf 0.1.0/src/lib.rs
    22
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names, single_match, cast_lossless, doc_markdown, match_same_arms, unreadable_literal))]
  • ropey 1.5.1/examples/graphemes_iter.rs
    5
    #![allow(clippy::redundant_field_names)]
    6
    #![allow(dead_code)]
  • ropey 1.5.1/examples/search_and_replace.rs
    10
    #![allow(clippy::redundant_field_names)]
  • ropey 1.5.1/examples/simple_buffer.rs
    1
    #![allow(clippy::redundant_field_names)]
    2
    #![allow(dead_code)]
  • ropey 1.5.1/src/lib.rs
    166
    #![allow(clippy::needless_return)]
    167
    #![allow(clippy::redundant_field_names)]
    168
    #![allow(clippy::type_complexity)]
  • rsprocmaps 0.3.1/src/lib.rs
    3
    #![deny(rustdoc::broken_intra_doc_links)]
    4
    #![allow(clippy::redundant_field_names)]
    5
    #![forbid(unsafe_code)]
  • s3audit 1.0.0/src/main.rs
    3
    #![deny(missing_docs)]
    4
    #![allow(clippy::redundant_field_names)]
    5
    use anyhow::Result;
  • s3du 1.1.0/src/main.rs
    3
    #![deny(missing_docs)]
    4
    #![allow(clippy::redundant_field_names)]
    5
    use anyhow::Result;
  • sandboxfs 0.2.0/src/lib.rs
    28
    // increases readability.
    29
    #![allow(clippy::redundant_field_names)]
  • sciter-rs 0.5.58/src/lib.rs
    66
    #![allow(clippy::needless_return, clippy::let_and_return)] // past habits
    67
    #![allow(clippy::redundant_field_names)] // since Rust 1.17 and less readable
    68
    #![allow(clippy::unreadable_literal)] // C++ SDK constants
  • sciter-serde 0.3.2/src/lib.rs
    136
    */
    137
    #![allow(clippy::redundant_field_names)]
    138
    #![allow(clippy::tabs_in_doc_comments)]
  • serde_derive_internals 0.26.0/lib.rs
    9
        clippy::missing_panics_doc,
    10
        clippy::redundant_field_names,
    11
        clippy::result_unit_err,
  • serde_json_experimental 1.0.29-rc1/src/lib.rs
    347
    // we support older compilers
    348
        redundant_field_names,
    349
    ))]
  • serde_json_v8 0.1.1/src/lib.rs
    316
        // we support older compilers
    317
        redundant_field_names,
    318
    ))]
  • serde_jsonrc 0.1.0/src/lib.rs
    329
        // we support older compilers
    330
        redundant_field_names,
    331
    ))]
  • serde_tagged 0.2.0/src/lib.rs
    63
    #![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
  • serde_test 1.0.152/src/lib.rs
    158
            must_use_candidate,
    159
            redundant_field_names,
    160
            too_many_lines,
  • signet 0.0.1/src/lib.rs
    1
    #![allow(clippy::module_inception, clippy::redundant_field_names)]
  • slack-gc 1.0.1/src/main.rs
    67
        feature = "cargo-clippy",
    68
        allow(redundant_field_names, multiple_crate_versions)
    69
    )]
  • smoltcp 0.8.2/src/lib.rs
    91
    #![allow(clippy::match_like_matches_macro)]
    92
    #![allow(clippy::redundant_field_names)]
    93
    #![allow(clippy::identity_op)]
  • soa_derive_internal 0.12.0/src/lib.rs
    3
    #![allow(clippy::needless_return, clippy::redundant_field_names)]
    4
    #![allow(clippy::use_self, clippy::too_many_lines, clippy::missing_panics_doc)]
  • sp-ropey 0.2.0/src/lib.rs
    3
    #![allow(clippy::needless_return)]
    4
    #![allow(clippy::redundant_field_names)]
    5
    #![allow(clippy::type_complexity)]
  • sunxdcc 0.1.1/src/lib.rs
    4
    #![deny(missing_docs)]
    5
    #![allow(clippy::redundant_field_names)]
    6
    #![forbid(unsafe_code)]
  • surge-adsr 0.2.11-alpha.0/src/lib.rs
    1
    #![allow(clippy::redundant_field_names)]
    2
    #[allow(non_camel_case_types)]
  • suricata 7.0.0-dev/src/lib.rs
    23
    #![allow(clippy::needless_return)]
    24
    #![allow(clippy::redundant_field_names)]
    25
    #![allow(clippy::len_zero)]
  • syn-pub-items 0.15.30/src/lib.rs
    241
            never_loop,
    242
            redundant_field_names,
    243
            too_many_arguments,
  • tallystick 0.4.3/src/lib.rs
    10
    #![warn(missing_docs)]
    11
    #![allow(clippy::redundant_field_names, clippy::cognitive_complexity)]
    12
    #![cfg_attr(feature = "nightly", allow(incomplete_features))]
  • tempfile 3.3.0/src/lib.rs
    162
    #![deny(rust_2018_idioms)]
    163
    #![allow(clippy::redundant_field_names)]
    164
    #![cfg_attr(feature = "nightly", feature(wasi_ext))]
  • term 0.7.0/src/lib.rs
    66
    #![cfg_attr(test, deny(warnings))]
    67
    #![allow(clippy::redundant_field_names)]
  • textwrap 0.16.0/src/lib.rs
    199
    #![deny(missing_debug_implementations)]
    200
    #![allow(clippy::redundant_field_names)]
  • time-graph 0.2.0/src/lib.rs
    40
    #![allow(clippy::redundant_field_names, clippy::needless_return)]
  • unix-fd 0.1.0/src/lib.rs
    1
    #![allow(clippy::redundant_field_names)]
  • ux-dx 0.2.1/src/lib.rs
    61
        clippy::collapsible_if,
    62
        clippy::redundant_field_names,
    63
        clippy::deprecated_cfg_attr,
  • wcnt 0.4.0/src/main.rs
    3
    // I do prefer being explicit sometimes.
    4
    #![allow(clippy::redundant_field_names)]
    5
    //! wcnt (Warning Counter) is a small command line tool to count warnings in files, and map them
  • wigners 0.2.1/src/lib.rs
    1
    #![allow(clippy::needless_return, clippy::redundant_field_names)]
  • ya-smoltcp 0.1.0/src/lib.rs
    91
    #![allow(clippy::match_like_matches_macro)]
    92
    #![allow(clippy::redundant_field_names)]
    93
    #![allow(clippy::identity_op)]
  • yogurt 0.3.1/src/lib.rs
    33
    #![allow(clippy::redundant_field_names)]
  • yttrium 1.0.0/src/lib.rs
    1
    #![allow(clippy::needless_return, clippy::redundant_field_names)]
    2
    #![feature(is_sorted)]
  • yttrium_key_base 1.0.0/src/lib.rs
    1
    #![allow(clippy::needless_return, clippy::redundant_field_names)]