• actionable-macros 0.2.0/src/dispatcher.rs
    77
    #[allow(clippy::redundant_pub_crate)] // Error is a private type
    78
    pub(crate) fn derive(input: &syn::DeriveInput) -> Result<TokenStream, Error> {
  • asyncgit 0.22.1/src/sync/commit.rs
    38
    /// See <https://github.com/extrawurst/gitui/issues/79>.
    39
    #[allow(clippy::redundant_pub_crate)]
    40
    pub(crate) fn signature_allow_undefined_name(
  • asyncgit 0.22.1/src/sync/patches.rs
    5
    #[allow(clippy::redundant_pub_crate)]
    6
    pub(crate) struct HunkLines<'a> {
    11
    #[allow(clippy::redundant_pub_crate)]
    12
    pub(crate) fn get_file_diff_patch_and_hunklines<'a>(
  • asyncgit 0.22.1/src/sync/staging/mod.rs
    73
    // this is the heart of the per line discard,stage,unstage. heavily inspired by the great work in nodegit: https://github.com/nodegit/nodegit
    74
    #[allow(clippy::redundant_pub_crate)]
    75
    pub(crate) fn apply_selection(
  • axum-server-dual-protocol 0.3.0/src/either.rs
    115
    	#[allow(clippy::mut_mut)]
    116
    	#[allow(clippy::redundant_pub_crate)]
    117
    	#[allow(clippy::ref_option_ref)]
  • bonsaidb-core 0.4.1/src/keyvalue.rs
    341
        #[allow(clippy::redundant_pub_crate)]
    342
        pub(crate) enum PendingValue<'a, V> {
  • dowser 0.7.0/src/entry.rs
    18
    #[allow(clippy::redundant_pub_crate)] // Fix this shit already. Haha.
    19
    /// # File Entry.
  • dylint 2.1.3/src/name_toolchain_map.rs
    13
    #[allow(clippy::redundant_pub_crate)]
    14
    pub(crate) type NameToolchainMap = BTreeMap<String, ToolchainMap>;
  • ed448-rust 0.1.1/src/private_key.rs
    28
    #[allow(clippy::redundant_pub_crate)]
    29
    pub(crate) type PrivateKeyRaw = [u8; KEY_LENGTH];
    30
    #[allow(clippy::redundant_pub_crate)]
    31
    pub(crate) type SeedRaw = [u8; KEY_LENGTH];
  • essence 0.3.3/src/db/channel.rs
    94
    use crate::http::channel::{CreateGuildChannelInfo, CreateGuildChannelPayload, EditChannelPayload};
    95
    #[allow(clippy::redundant_pub_crate)] // false positive
    96
    pub(crate) use {construct_guild_channel, query_guild_channels};
  • http-body-util 0.1.0-rc.2/src/either.rs
    113
        #[allow(clippy::mut_mut)]
    114
        #[allow(clippy::redundant_pub_crate)]
    115
        #[allow(clippy::ref_option_ref)]
  • matrix-sdk-sql 0.1.0-beta.2/src/cryptostore.rs
    58
    #[educe(Debug)]
    59
    #[allow(clippy::redundant_pub_crate)]
    60
    pub(crate) struct CryptostoreData {
    145
    #[derive(Clone, Debug)]
    146
    #[allow(clippy::redundant_pub_crate)]
    147
    pub(crate) struct AccountInfo {
    1295
    #[allow(clippy::redundant_pub_crate)]
    1296
    #[cfg(all(test, feature = "postgres", feature = "ci"))]
    1336
    #[allow(clippy::redundant_pub_crate)]
    1337
    #[cfg(all(test, feature = "sqlite"))]
  • nebari 0.5.4/src/transaction/log.rs
    298
    #[allow(clippy::redundant_pub_crate)]
    299
    pub(crate) struct EntryFetcher<'a> {
  • pin-project 1.0.12/tests/expand/default/enum.expanded.rs
    15
    #[allow(clippy::pattern_type_mismatch)]
    16
    #[allow(clippy::redundant_pub_crate)]
    17
    #[allow(clippy::type_repetition_in_bounds)]
    38
    #[allow(clippy::pattern_type_mismatch)]
    39
    #[allow(clippy::redundant_pub_crate)]
    40
    #[allow(clippy::type_repetition_in_bounds)]
    58
    #[allow(clippy::pattern_type_mismatch)]
    59
    #[allow(clippy::redundant_pub_crate)]
    60
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project 1.0.12/tests/expand/default/struct.expanded.rs
    15
    #[allow(clippy::pattern_type_mismatch)]
    16
    #[allow(clippy::redundant_pub_crate)]
    17
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project 1.0.12/tests/expand/default/tuple_struct.expanded.rs
    11
    #[allow(clippy::pattern_type_mismatch)]
    12
    #[allow(clippy::redundant_pub_crate)]
    13
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project 1.0.12/tests/expand/multifields/enum.expanded.rs
    21
    #[allow(clippy::pattern_type_mismatch)]
    22
    #[allow(clippy::redundant_pub_crate)]
    23
    #[allow(clippy::type_repetition_in_bounds)]
    51
    #[allow(clippy::pattern_type_mismatch)]
    52
    #[allow(clippy::redundant_pub_crate)]
    53
    #[allow(clippy::type_repetition_in_bounds)]
    81
    #[allow(clippy::pattern_type_mismatch)]
    82
    #[allow(clippy::redundant_pub_crate)]
    83
    #[allow(clippy::type_repetition_in_bounds)]
    109
    #[allow(clippy::pattern_type_mismatch)]
    110
    #[allow(clippy::redundant_pub_crate)]
    111
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project 1.0.12/tests/expand/multifields/struct.expanded.rs
    18
    #[allow(clippy::pattern_type_mismatch)]
    19
    #[allow(clippy::redundant_pub_crate)]
    20
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/default/enum.expanded.rs
    9
    #[allow(clippy::mut_mut)]
    10
    #[allow(clippy::redundant_pub_crate)]
    11
    #[allow(clippy::ref_option_ref)]
    26
    #[allow(clippy::mut_mut)]
    27
    #[allow(clippy::redundant_pub_crate)]
    28
    #[allow(clippy::ref_option_ref)]
    42
    #[allow(clippy::mut_mut)]
    43
    #[allow(clippy::redundant_pub_crate)]
    44
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/default/struct.expanded.rs
    8
    #[allow(clippy::unknown_clippy_lints)]
    9
    #[allow(clippy::redundant_pub_crate)]
    10
    #[allow(clippy::used_underscore_binding)]
    15
        #[allow(clippy::mut_mut)]
    16
        #[allow(clippy::redundant_pub_crate)]
    17
        #[allow(clippy::ref_option_ref)]
    29
        #[allow(clippy::mut_mut)]
    30
        #[allow(clippy::redundant_pub_crate)]
    31
        #[allow(clippy::ref_option_ref)]
  • pin-project-lite 0.2.9/tests/expand/multifields/enum.expanded.rs
    13
    #[allow(clippy::mut_mut)]
    14
    #[allow(clippy::redundant_pub_crate)]
    15
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/multifields/struct.expanded.rs
    10
    #[allow(clippy::mut_mut)]
    11
    #[allow(clippy::redundant_pub_crate)]
    12
    #[allow(clippy::type_repetition_in_bounds)]
    21
    #[allow(clippy::unknown_clippy_lints)]
    22
    #[allow(clippy::redundant_pub_crate)]
    23
    #[allow(clippy::used_underscore_binding)]
    28
        #[allow(clippy::mut_mut)]
    29
        #[allow(clippy::redundant_pub_crate)]
    30
        #[allow(clippy::ref_option_ref)]
  • quake-bspc 0.1.5/src/lib.rs
    538
        let (exit_status, log_lines): (ExitStatus, Vec<LogLine>) = {
    539
            #[allow(clippy::redundant_pub_crate)]
    540
            let cancellation_result: Result<
  • rotz 0.9.2/src/helpers.rs
    128
    #[allow(clippy::redundant_pub_crate)]
    129
    #[cfg_attr(feature = "profiling", instrument)]
  • slim-futures 0.1.0-alpha.0/src/support/states/mod.rs
    1
    pub use self::predicate_state::PredicateState;
    2
    #[allow(clippy::redundant_pub_crate)]
    3
    pub(crate) use self::predicate_state::{PredicateStateProject, PredicateStateReplace};
  • traduora 0.4.0/src/api/common.rs
    43
    // https://github.com/rust-lang/rust-clippy/issues/7862
    44
    #[allow(clippy::redundant_pub_crate)]
    45
    pub(crate) mod mime_types {
  • adbyss_psl 0.7.18/src/lib.rs
    99
    	clippy::module_name_repetitions,
    100
    	clippy::redundant_pub_crate,
    101
    )]
  • advent-of-code 2022.0.46/src/input.rs
    1
    #![allow(clippy::redundant_pub_crate)]
    2
    #![allow(unused)]
  • allochronic-util 0.0.1-dev-1/src/lib.rs
    38
    	clippy::pattern_type_mismatch,
    39
    	clippy::redundant_pub_crate,
    40
    	clippy::shadow_reuse,
  • allochronic-util-macros 0.0.1-dev-1/src/lib.rs
    38
    	clippy::pattern_type_mismatch,
    39
    	clippy::redundant_pub_crate,
    40
    	clippy::shadow_reuse,
  • aragog 0.17.0/src/db/database_connection_builder.rs
    1
    #![allow(clippy::redundant_pub_crate)]
    2
    use std::convert::{TryFrom, TryInto};
  • async-graphql 5.0.5/src/lib.rs
    173
    #![allow(clippy::future_not_send)]
    174
    #![allow(clippy::redundant_pub_crate)]
    175
    #![allow(clippy::cognitive_complexity)]
  • audio-visualizer 0.3.1/src/lib.rs
    38
        clippy::suboptimal_flops,
    39
        clippy::redundant_pub_crate,
    40
        clippy::fallible_impl_from
  • beat-detector 0.1.2/src/lib.rs
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
  • bevy_silk 0.4.0/src/lib.rs
    261
        clippy::module_name_repetitions,
    262
        clippy::redundant_pub_crate
    263
    )]
  • bevy_verlet 0.5.0/src/lib.rs
    53
        clippy::module_name_repetitions,
    54
        clippy::redundant_pub_crate
    55
    )]
  • birli 0.8.0/src/lib.rs
    156
    #![allow(clippy::suboptimal_flops)]
    157
    #![allow(clippy::redundant_pub_crate)]
    158
    // won't fix:
  • bounded-static-derive 0.4.0/src/lib.rs
    10
    #![warn(clippy::all, clippy::pedantic, clippy::nursery, rust_2018_idioms)]
    11
    #![allow(clippy::redundant_pub_crate)]
    12
    #![forbid(unsafe_code)]
  • brunch 0.4.0/src/lib.rs
    201
    	clippy::needless_doctest_main,
    202
    	clippy::redundant_pub_crate,
    203
    )]
  • captur 0.1.0/src/lib.rs
    47
    	clippy::missing_docs_in_private_items,
    48
    	clippy::redundant_pub_crate,
    49
    	clippy::tabs_in_doc_comments
  • cdx 0.1.21/src/lib.rs
    30
    #![allow(clippy::multiple_crate_versions)]
    31
    #![allow(clippy::redundant_pub_crate)]
    32
    #![allow(clippy::option_if_let_else)]
  • channelz_brotli 0.6.9/src/lib.rs
    43
    #![allow(clippy::redundant_pub_crate)]
  • clia-time 0.3.10/src/lib.rs
    122
    )]
    123
    #![allow(clippy::redundant_pub_crate)]
    124
    #![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
  • dactyl 0.4.7/src/lib.rs
    68
    	clippy::module_name_repetitions,
    69
    	clippy::redundant_pub_crate
    70
    )] // This is fine.
  • deranged 0.3.0/src/lib.rs
    38
        clippy::must_use_candidate,
    39
        clippy::redundant_pub_crate
    40
    )]
  • deranged-macros 0.1.0/src/lib.rs
    35
        clippy::must_use_candidate,
    36
        clippy::redundant_pub_crate
    37
    )]
  • dwm-status 1.8.1/src/lib.rs
    26
        clippy::non_ascii_literal,
    27
        clippy::redundant_pub_crate,
    28
        clippy::uninlined_format_args, // until 1.65.0 is minimum version
  • dwm-status 1.8.1/src/main.rs
    25
        clippy::non_ascii_literal,
    26
        clippy::redundant_pub_crate,
    27
        clippy::unused_self,
  • error-stack 0.2.4/src/lib.rs
    452
    )]
    453
    #![allow(clippy::redundant_pub_crate)] // This would otherwise clash with `unreachable_pub`
    454
    #![allow(clippy::missing_errors_doc)] // This is an error handling library producing Results, not Errors
  • fabruic 0.0.1-dev-1/src/lib.rs
    38
    	clippy::pattern_type_mismatch,
    39
    	clippy::redundant_pub_crate,
    40
    	clippy::shadow_reuse,
  • fraction_list_fmt_align 0.3.1/src/lib.rs
    55
        clippy::needless_doctest_main,
    56
        clippy::redundant_pub_crate,
    57
        clippy::suboptimal_flops
  • fyi_msg 0.10.6/src/lib.rs
    76
    	clippy::module_name_repetitions,
    77
    	clippy::redundant_pub_crate,
    78
    )]
  • girt-config 2.2.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-core 2.2.1/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-display 2.2.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-git 2.2.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-input 2.2.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-runtime 0.1.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-testutils 0.1.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-todo-file 2.2.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • girt-view 2.2.0/src/lib.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • git-interactive-rebase-tool 2.2.1/src/main.rs
    60
    	clippy::option_if_let_else,
    61
    	clippy::redundant_pub_crate,
    62
    	clippy::tabs_in_doc_comments,
  • grass 0.12.2/src/lib.rs
    58
        clippy::single_match_else,
    59
        clippy::redundant_pub_crate,
    60
        // the api is changing too often to allot this
  • grass_compiler 0.12.2/src/lib.rs
    58
        clippy::single_match_else,
    59
        clippy::redundant_pub_crate,
    60
        // the api is changing too often to allot this
  • h3ron 0.17.0/src/lib.rs
    11
    #![warn(nonstandard_style)]
    12
    #![allow(clippy::redundant_pub_crate)]
    13
    extern crate core;
  • hls_m3u8 0.4.1/src/lib.rs
    11
        clippy::non_ascii_literal,
    12
        clippy::redundant_pub_crate,
    13
        clippy::multiple_crate_versions,
  • hpke-dispatch 0.5.0/src/macros.rs
    1
    #![allow(clippy::redundant_pub_crate)]
  • libbruteforce 4.0.1/src/lib.rs
    61
        clippy::suboptimal_flops,
    62
        clippy::redundant_pub_crate,
    63
        clippy::fallible_impl_from
  • libpd-rs 0.1.9/src/helpers.rs
    1
    #![allow(clippy::redundant_pub_crate)]
  • linux-libc-auxv 0.2.1/src/lib.rs
    191
        clippy::suboptimal_flops,
    192
        clippy::redundant_pub_crate,
    193
        clippy::fallible_impl_from
  • lowpass-filter 0.3.2/src/lib.rs
    52
        clippy::suboptimal_flops,
    53
        clippy::redundant_pub_crate,
    54
        clippy::fallible_impl_from
  • max-7219-led-matrix-util 0.2.4/src/lib.rs
    15
        clippy::needless_doctest_main,
    16
        clippy::redundant_pub_crate,
    17
        clippy::suboptimal_flops
  • nested_containment_list 0.3.1/src/lib.rs
    86
    #![warn(clippy::cargo, clippy::nursery, clippy::pedantic)]
    87
    #![allow(clippy::doc_markdown, clippy::redundant_pub_crate)]
    88
    #![cfg_attr(rustc_1_36, no_std)]
  • nflz 1.0.1/src/lib.rs
    93
        clippy::needless_doctest_main,
    94
        clippy::redundant_pub_crate,
    95
        clippy::suboptimal_flops
  • nflz 1.0.1/src/main.rs
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
  • noto-sans-mono-bitmap 0.2.0/src/lib.rs
    87
        clippy::suboptimal_flops,
    88
        clippy::redundant_pub_crate,
    89
        clippy::fallible_impl_from
  • outcome-46f94afc-026f-5511-9d7e-7d1fd495fb5c 0.1.1/src/wrap.rs
    1
    #![allow(clippy::redundant_pub_crate)]
  • paging-calculator 0.1.2/src/main.rs
    38
        clippy::suboptimal_flops,
    39
        clippy::redundant_pub_crate,
    40
        clippy::fallible_impl_from
  • pyxel-extension 1.9.11/src/lib.rs
    11
        clippy::new_without_default,
    12
        clippy::redundant_pub_crate,
    13
        clippy::too_many_arguments,
  • pyxel-wrapper 1.8.2/src/lib.rs
    11
        clippy::new_without_default,
    12
        clippy::redundant_pub_crate,
    13
        clippy::too_many_arguments,
  • qcs-api-client-common 0.3.0/src/lib.rs
    25
    // Has false positives that conflict with unreachable_pub
    26
    #![allow(clippy::redundant_pub_crate)]
    27
    #![deny(rustdoc::missing_doc_code_examples)]
  • rigetti-pyo3 0.1.0-rc.1/src/lib.rs
    30
    // Conflicts with unreachable_pub
    31
    #![allow(clippy::redundant_pub_crate)]
    32
    #![deny(clippy::missing_docs_in_private_items)]
  • rotz 0.9.2/src/main.rs
    5
    #![allow(clippy::default_trait_access)]
    6
    #![allow(clippy::redundant_pub_crate)]
    7
    #![warn(clippy::filetype_is_file)]
  • rta-for-fps-lib 0.2.0/src/lib.rs
    18
    #![allow(clippy::use_self)] // too many false positives and fails to be overridden locally
    19
    #![allow(clippy::redundant_pub_crate)] // prevents accidents when changing the visibility of the containing modul
    20
    //
  • rust_filen 0.3.0/src/utils.rs
    1
    //! This module contains general purpose functions (aka dump).
    2
    #![allow(clippy::redundant_pub_crate)]
    3
    #![doc(hidden)]
  • rust_filen 0.3.0/src/v1/download_dir.rs
    1
    #![allow(clippy::redundant_pub_crate)]
    2
    #[cfg(feature = "async")]
  • rust_filen 0.3.0/src/v1/events.rs
    1
    #![allow(clippy::redundant_pub_crate)]
  • rust-query 0.0.0-alpha-1/src/lib.rs
    97
    // Prefered over not having pub(crate) and being unclear about visibility
    98
    #![allow(clippy::redundant_pub_crate)]
    99
    #![cfg_attr(not(target_arch = "wasm32"), allow(dead_code))]
  • simdutf8 0.1.4/src/lib.rs
    9
    )]
    10
    #![allow(clippy::redundant_pub_crate)] // check is broken
    11
    #![allow(clippy::redundant_else)] // can make code more readable
  • simple-chunk-allocator 0.1.5/src/lib.rs
    122
        clippy::suboptimal_flops,
    123
        clippy::redundant_pub_crate,
    124
        clippy::fallible_impl_from
  • spectrum-analyzer 1.2.6/examples/bench.rs
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
  • spectrum-analyzer 1.2.6/examples/mp3-samples.rs
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
  • spectrum-analyzer 1.2.6/src/lib.rs
    69
        clippy::suboptimal_flops,
    70
        clippy::redundant_pub_crate,
    71
        clippy::fallible_impl_from,
  • tar-no-std 0.1.8/src/lib.rs
    72
        clippy::suboptimal_flops,
    73
        clippy::redundant_pub_crate,
    74
        clippy::fallible_impl_from
  • time 0.3.17/src/lib.rs
    128
    #![allow(
    129
        clippy::redundant_pub_crate, // suggests bad style
    130
        clippy::option_if_let_else, // suggests terrible code
  • time-core 0.1.0/src/lib.rs
    46
    )]
    47
    #![allow(clippy::redundant_pub_crate)]
    48
    #![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
  • time-macros 0.2.6/src/lib.rs
    32
        clippy::missing_const_for_fn, // useless in proc macro
    33
        clippy::redundant_pub_crate, // suggests bad style
    34
        clippy::option_if_let_else, // suggests terrible code
  • time-macros-impl 0.1.2/src/lib.rs
    44
        clippy::must_use_candidate,
    45
        clippy::redundant_pub_crate,
    46
        clippy::suspicious_arithmetic_impl,
  • tm1637-gpio-driver 2.0.6/src/lib.rs
    35
        clippy::needless_doctest_main,
    36
        clippy::redundant_pub_crate,
    37
        clippy::suboptimal_flops
  • trippy 0.6.0/src/main.rs
    8
        clippy::cast_possible_truncation,
    9
        clippy::redundant_pub_crate,
    10
        clippy::struct_excessive_bools
  • ttfb 1.6.0/src/lib.rs
    45
        clippy::suboptimal_flops,
    46
        clippy::redundant_pub_crate,
    47
        clippy::fallible_impl_from
  • ttfb 1.6.0/src/main.rs
    35
        clippy::suboptimal_flops,
    36
        clippy::redundant_pub_crate,
    37
        clippy::fallible_impl_from
  • twitchchat 0.14.8/src/lib.rs
    2
        clippy::missing_const_for_fn,
    3
        clippy::redundant_pub_crate,
    4
        clippy::use_self
  • utc2k 0.5.13/src/lib.rs
    112
    	clippy::module_name_repetitions,
    113
    	clippy::redundant_pub_crate,
    114
    )]
  • wambo 0.3.1/src/main.rs
    40
        clippy::needless_doctest_main,
    41
        clippy::redundant_pub_crate,
    42
        clippy::suboptimal_flops
  • write_atomic 0.2.8/src/lib.rs
    65
    	clippy::module_name_repetitions,
    66
    	clippy::redundant_pub_crate,
    67
    )]
  • yuv2rgb 0.0.2/src/lib.rs
    14
    #![allow(clippy::redundant_closure_for_method_calls)]
    15
    #![allow(clippy::redundant_pub_crate)]
    16
    #![allow(clippy::similar_names)]