• aligned_ptr 0.1.0/src/ptr.rs
    468
    /// ```
    469
    #[allow(clippy::shadow_unrelated)]
    470
    pub unsafe fn try_write_bytes<T>(dst: *mut T, val: u8, count: usize) -> Result<()> {
  • amethyst_tiles 0.15.3/src/iters.rs
    205
    #[cfg(test)]
    206
    #[allow(clippy::shadow_unrelated)]
    207
    mod tests {
  • charcoal 1.1.0/src/traversal/algorithms/recursive_removal.rs
    104
        #[allow(
    105
            clippy::shadow_unrelated, // It's not "unrelated" smh
    106
            clippy::too_many_lines, // I know how to count, thank you very much
  • cli-toolbox 0.8.0/src/common/parse.rs
    74
    #[cfg(any(feature = "eval", feature = "release"))]
    75
    #[allow(clippy::shadow_unrelated)] // intention of code is clear
    76
    pub fn parse_expr_eval<T>(
  • cli-toolbox 0.8.0/src/report_macro/parse.rs
    25
    #[allow(clippy::shadow_unrelated)] // intention of code is clear
    26
    fn parse_report_macro<T>(
  • cpclib-basic 0.6.0/src/lib.rs
    331
    #[allow(clippy::let_unit_value)]
    332
    #[allow(clippy::shadow_unrelated)]
    333
    #[cfg(test)]
  • cucumber 0.19.1/src/runner/basic.rs
    142
        ) -> Option<Self> {
    143
            #[allow(clippy::shadow_unrelated)]
    144
            let parse_tags = |tags: &[String]| {
  • dashmap-shard 0.1.1/src/map.rs
    1676
        #[inline]
    1677
        #[allow(clippy::shadow_unrelated)]
    1678
        pub fn insert_hashed_nocheck(self, hash: u64, key: K, value: V) -> (&'a mut K, &'a mut V)
  • drone 0.14.0/src/log/swo.rs
    13
    /// Creates a new ITM parser.
    14
    #[allow(clippy::shadow_unrelated, clippy::too_many_lines)]
    15
    pub fn parser(
  • exonum-merkledb 1.0.0/src/indexes/proof_map/key.rs
    857
        #[test]
    858
        #[allow(clippy::shadow_unrelated)]
    859
        fn test_proof_path_common_prefix_len() {
  • file-with-meta 0.2.0/src/tests.rs
    41
    #[allow(clippy::shadow_reuse)]
    42
    #[allow(clippy::shadow_unrelated)]
    43
    fn test_simple() -> Result<()> {
    141
    #[allow(clippy::shadow_reuse)]
    142
    #[allow(clippy::shadow_unrelated)]
    143
    fn test_source() -> Result<()> {
  • gemstone 0.4.5/src/event.rs
    112
        /// May panic if the event at the specified slot is currently scheduled.
    113
        #[allow(clippy::shadow_unrelated)]
    114
        pub fn schedule(&mut self, slot_index: ESI, time: T) {
  • git-wrapper 0.6.1/src/lib.rs
    1356
                assert!(result.is_err());
    1357
                #[allow(clippy::shadow_unrelated)]
    1358
                {
  • graph_safe_compare 0.2.1/src/generic.rs
    575
                            Some(Ok(_)) => {
    576
                                #[allow(clippy::shadow_unrelated)]
    577
                                let [a, b] = &edges_iter.counterparts;
  • griddle 0.5.2/src/map.rs
    2008
        #[cfg_attr(feature = "inline-more", inline)]
    2009
        #[allow(clippy::shadow_unrelated)]
    2010
        pub fn insert_hashed_nocheck(self, hash: u64, key: K, value: V) -> (&'a mut K, &'a mut V)
  • halfbrown 0.1.18/src/raw_entry.rs
    581
        #[inline]
    582
        #[allow(clippy::shadow_unrelated)]
    583
        pub fn insert_hashed_nocheck(self, hash: u64, key: K, value: V) -> (&'map mut K, &'map mut V)
  • halfbrown 0.1.18/src/vecmap/raw_entry.rs
    389
        #[inline]
    390
        #[allow(clippy::shadow_unrelated)]
    391
        pub fn insert_hashed_nocheck(self, _hash: u64, key: K, value: V) -> (&'a mut K, &'a mut V) {
  • hashbrown 0.13.2/src/map.rs
    4049
        #[cfg_attr(feature = "inline-more", inline)]
    4050
        #[allow(clippy::shadow_unrelated)]
    4051
        pub fn insert_hashed_nocheck(self, hash: u64, key: K, value: V) -> (&'a mut K, &'a mut V)
  • hashbrown_tstd 0.7.1/src/map.rs
    1830
        #[cfg_attr(feature = "inline-more", inline)]
    1831
        #[allow(clippy::shadow_unrelated)]
    1832
        pub fn insert_hashed_nocheck(self, hash: u64, key: K, value: V) -> (&'a mut K, &'a mut V)
  • iced_aw 0.3.0/src/core/date.rs
    355
        #[allow(clippy::shadow_unrelated)]
    356
        #[test]
  • lofty 0.11.0/src/ape/tag/write.rs
    17
    #[allow(clippy::shadow_unrelated)]
    18
    pub(crate) fn write_to<'a, I>(data: &mut File, tag: &mut ApeTagRef<'a, I>) -> Result<()>
  • lofty 0.11.0/src/id3/v1/write.rs
    12
    #[allow(clippy::shadow_unrelated)]
    13
    pub(crate) fn write_id3v1(file: &mut File, tag: &Id3v1TagRef<'_>) -> Result<()> {
  • lofty 0.11.0/src/id3/v2/write/mod.rs
    35
    #[allow(clippy::shadow_unrelated)]
    36
    pub(crate) fn write_id3v2<'a, I: Iterator<Item = FrameRef<'a>> + Clone + 'a>(
  • lofty 0.11.0/src/ogg/tag.rs
    425
    {
    426
    	#[allow(clippy::shadow_unrelated)]
    427
    	pub(crate) fn write_to(&mut self, file: &mut File) -> Result<()> {
  • lofty 0.11.0/src/probe.rs
    398
    	#[allow(clippy::shadow_unrelated)]
    399
    	fn guess_inner(&mut self) -> std::io::Result<Option<FileType>> {
  • lofty 0.11.0/src/tag/mod.rs
    627
    	#[allow(clippy::shadow_unrelated)]
    628
    	/// Remove a tag from a [`File`]
  • lychee-lib 0.10.3/src/filter/mod.rs
    265
        #[allow(clippy::shadow_unrelated)]
    266
        #[test]
  • meiosis 0.1.0/src/algorithm/fitness.rs
    636
            #[allow(clippy::shadow_reuse, clippy::shadow_unrelated, clippy::float_arithmetic)]
    637
            let species = species
    1161
            #[allow(clippy::shadow_unrelated, clippy::expect_used)]
    1162
            let mut species = sort_population_to_species(
  • nebari 0.5.4/src/tree/mod.rs
    1084
    #[allow(clippy::shadow_unrelated)] // It is related, but clippy can't tell.
    1085
    fn save_tree<Root: root::Root>(
  • nonogrid 0.7.3/src/parser.rs
    622
        /// (it can be found in puzzle HTML in the form 'var d=[...]').
    623
        #[allow(clippy::shadow_unrelated)]
    624
        #[allow(unknown_lints)]
  • relp 0.2.4/src/io/mps/convert.rs
    511
    #[cfg(test)]
    512
    #[allow(clippy::shadow_unrelated)]
    513
    mod test {
  • rnix-lsp 0.2.5/src/main.rs
    312
        }
    313
        #[allow(clippy::shadow_unrelated)] // false positive
    314
        fn completions(&mut self, params: &TextDocumentPositionParams) -> Option<Vec<CompletionItem>> {
  • ruint 1.7.0/src/algorithms/gcd/gcd_old.rs
    28
    // We shadow variables for readability.
    29
    #[allow(clippy::shadow_unrelated)]
    30
    fn mat_mul(a: &mut U256, b: &mut U256, (q00, q01, q10, q11): (u64, u64, u64, u64)) {
    127
    // We shadow q for readability.
    128
    #[allow(clippy::shadow_unrelated)]
    129
    fn lehmer_small(mut r0: u64, mut r1: u64) -> Matrix {
    165
    // We shadow q for readability.
    166
    #[allow(clippy::shadow_unrelated)]
    167
    fn lehmer_loop(a0: u64, mut a1: u64) -> Matrix {
    289
    // We shadow s for readability.
    290
    #[allow(clippy::shadow_unrelated)]
    291
    fn lehmer_double(mut r0: U256, mut r1: U256) -> Matrix {
  • s3-server 0.2.0/src/ops/complete_multipart_upload.rs
    75
    impl S3Output for CompleteMultipartUploadOutput {
    76
        #[allow(clippy::shadow_unrelated)]
    77
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/ops/copy_object.rs
    152
    impl S3Output for CopyObjectOutput {
    153
        #[allow(clippy::shadow_unrelated)]
    154
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/ops/create_multipart_upload.rs
    54
    impl S3Output for CreateMultipartUploadOutput {
    55
        #[allow(clippy::shadow_unrelated)]
    56
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/ops/delete_objects.rs
    66
    impl S3Output for DeleteObjectsOutput {
    67
        #[allow(clippy::shadow_unrelated)]
    68
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/ops/list_buckets.rs
    38
    impl S3Output for ListBucketsOutput {
    39
        #[allow(clippy::shadow_unrelated)]
    40
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/ops/list_objects.rs
    62
    impl S3Output for ListObjectsOutput {
    63
        #[allow(clippy::shadow_unrelated)]
    64
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/ops/list_objects_v2.rs
    70
    impl S3Output for ListObjectsV2Output {
    71
        #[allow(clippy::shadow_unrelated)]
    72
        fn try_into_response(self) -> S3Result<Response> {
  • s3-server 0.2.0/src/output.rs
    32
    impl S3Output for XmlErrorResponse {
    33
        #[allow(clippy::shadow_unrelated)]
    34
        fn try_into_response(self) -> S3Result<Response> {
  • seed 0.9.2/src/app/orders.rs
    95
        /// Stabilisation of issue [391](https://github.com/seed-rs/seed/issues/391) makes this a compile-time error.
    96
        #[allow(clippy::shadow_unrelated)]
    97
        // @TODO remove `'static`s once `optin_builtin_traits`, `negative_impls`
    119
        #[must_use = "cmd is aborted on its handle drop"]
    120
        #[allow(clippy::shadow_unrelated)]
    121
        // @TODO remove `'static`s once `optin_builtin_traits`, `negative_impls`
    197
        /// Stabilisation of issue [391](https://github.com/seed-rs/seed/issues/391) makes this a compile-time error.
    198
        #[allow(clippy::shadow_unrelated)]
    199
        // @TODO remove `'static`s once `optin_builtin_traits`, `negative_impls`
    227
        /// Stabilisation of issue [391](https://github.com/seed-rs/seed/issues/391) makes this a compile-time error.
    228
        #[allow(clippy::shadow_unrelated)]
    229
        // @TODO remove `'static`s once `optin_builtin_traits`, `negative_impls`
    258
        #[must_use = "subscription is cancelled on its handle drop"]
    259
        #[allow(clippy::shadow_unrelated)]
    260
        // @TODO remove `'static`s once `optin_builtin_traits`, `negative_impls`
  • seed 0.9.2/src/app/sub_manager.rs
    126
    impl<Ms: 'static> Subscription<Ms> {
    127
        #[allow(clippy::shadow_unrelated)]
    128
        pub fn new<SubMs: 'static + Clone>(
    134
        #[allow(clippy::shadow_unrelated)]
    135
        pub(crate) fn new_with_priority<SubMs: 'static + Clone>(
  • seed 0.9.2/src/browser/dom/event_handler.rs
    9
    /// Create an event that passes a String of field text, for fast input handling.
    10
    #[allow(clippy::shadow_unrelated)]
    11
    #[allow(clippy::missing_panics_doc)]
    36
    /// to items like `key_code`() and key().
    37
    #[allow(clippy::shadow_unrelated)]
    38
    #[allow(clippy::missing_panics_doc)]
    55
    /// See `keyboard_ev`
    56
    #[allow(clippy::shadow_unrelated)]
    57
    #[allow(clippy::missing_panics_doc)]
  • sidewinder 0.1.0/src/main.rs
    74
    #[allow(clippy::shadow_unrelated)]
    75
    fn ray_color(r: &Ray) -> Rgb {
  • slaps 0.2.3/src/clap.rs
    1310
        #[test]
    1311
        #[allow(clippy::shadow_unrelated)]
    1312
        fn test_clap_completion_matches_long_opt_under_cursor() {
    1361
        #[test]
    1362
        #[allow(clippy::shadow_unrelated)]
    1363
        fn test_clap_completion_matches_long_flag_under_cursor() {
    1395
        #[test]
    1396
        #[allow(clippy::shadow_unrelated)]
    1397
        fn test_clap_completion_matches_short_flag_under_cursor() {
  • slice-deque 0.3.0/src/lib.rs
    1418
        #[inline]
    1419
        #[allow(clippy::shadow_unrelated)] // FIXME: bug in clippy due to ptr
    1420
        pub fn remove(&mut self, index: usize) -> T {
  • slice-ring-buffer 0.3.2/src/lib.rs
    1418
        #[inline]
    1419
        #[allow(clippy::shadow_unrelated)] // FIXME: bug in clippy due to ptr
    1420
        pub fn remove(&mut self, index: usize) -> T {
  • teleterm 0.2.0/src/session_list.rs
    159
    #[allow(clippy::redundant_clone)]
    160
    #[allow(clippy::shadow_unrelated)]
    161
    mod test {
  • telnet 0.2.1/src/lib.rs
    379
        /// - [`TelnetError::SubnegotiationErr`] if subnegotiation fails
    380
        #[allow(clippy::shadow_unrelated)]
    381
        pub fn subnegotiate(&mut self, opt: TelnetOption, data: &[u8]) -> Result<(), TelnetError> {
  • twenty-first 0.15.0/src/amount/u32s.rs
    65
        // Linter complains about line setting `carry` but it looks fine to me. Maybe a bug?
    66
        #[allow(clippy::shadow_unrelated)]
    67
        pub fn mul_two(&mut self) {
    185
        // Linter complains about line setting `carry_old` but it looks fine to me. Maybe a bug?
    186
        #[allow(clippy::shadow_unrelated)]
    187
        fn sub(self, rhs: Self) -> Self::Output {
    206
        // Linter complains about line setting `carry_old` but it looks fine to me. Maybe a bug?
    207
        #[allow(clippy::shadow_unrelated)]
    208
        fn add(self, other: U32s<N>) -> U32s<N> {
    244
        // Linter complains about line setting `add_carry` but it looks fine to me. Maybe a bug?
    245
        #[allow(clippy::shadow_unrelated)]
    246
        fn mul(self, other: U32s<N>) -> U32s<N> {
  • typestate-proc-macro 0.9.0-rc2/src/igraph/validate.rs
    52
    {
    53
        #[allow(clippy::shadow_unrelated)]
    54
        fn add_transition(&mut self, src: S, transition: Transition<T>, dst: S) {
  • war 0.2.0/src/darksiders1/code/vigil/darksiders/client/dssavegamemanager.rs
    21
    impl DSSaveGameManager {
    22
        #[allow(clippy::shadow_unrelated)]
    23
        pub fn write_save(
  • wav 1.0.0/src/header.rs
    68
    impl From<Header> for [u8; 16] {
    69
        #[allow(clippy::shadow_unrelated)]
    70
        fn from(h: Header) -> Self {
  • zkp-elliptic-curve 0.2.0/src/wnaf.rs
    212
    // Rebind naf_table after affine batch conversion
    213
    #[allow(clippy::shadow_unrelated)]
    214
    // TODO: [refactor] [beginner] [small] rewrite
  • zkp-macros-lib 0.2.0/src/lib.rs
    105
    // Variables are relabeled in ways that confuse clippy.
    106
    #[allow(clippy::shadow_unrelated)]
    107
    fn montgomery_convert(x: (u64, u64, u64, u64)) -> (u64, u64, u64, u64) {
  • zkp-u256 0.2.1/src/algorithms/montgomery/generic.rs
    7
    // We rebind variables for readability
    8
    #[allow(clippy::shadow_unrelated)]
    9
    pub const fn to_montgomery_const(x: &U256, modulus: &U256, m64: u64, r2: &U256) -> U256 {
    76
    // We rebind variables for readability
    77
    #[allow(clippy::shadow_unrelated)]
    78
    #[inline(always)]
    116
    // We rebind variables for readability
    117
    #[allow(clippy::shadow_unrelated)]
    118
    #[inline(always)]
  • zkp-u256 0.2.1/src/algorithms/montgomery/proth.rs
    19
    // We rebind variables for readability
    20
    #[allow(clippy::shadow_unrelated)]
    21
    // Variable names are structured.
    56
    // We rebind variables for readability
    57
    #[allow(clippy::shadow_unrelated)]
    58
    #[inline(always)]
  • zkp-u256 0.2.1/src/arch/generic/lehmer_gcd.rs
    31
    // We shadow variables for readability.
    32
    #[allow(clippy::shadow_unrelated)]
    33
    fn mat_mul(a: &mut U256, b: &mut U256, (q00, q01, q10, q11): (u64, u64, u64, u64)) {
    130
    // We shadow q for readability.
    131
    #[allow(clippy::shadow_unrelated)]
    132
    fn lehmer_small(mut r0: u64, mut r1: u64) -> Matrix {
    168
    // We shadow q for readability.
    169
    #[allow(clippy::shadow_unrelated)]
    170
    fn lehmer_loop(a0: u64, mut a1: u64) -> Matrix {
    292
    // We shadow s for readability.
    293
    #[allow(clippy::shadow_unrelated)]
    294
    fn lehmer_double(mut r0: U256, mut r1: U256) -> Matrix {
  • zkp-u256 0.2.1/src/multiplicative.rs
    22
        // We shadow carry for readability
    23
        #[allow(clippy::shadow_unrelated)]
    24
        #[inline(always)]
  • abxml 0.8.2/src/lib.rs
    32
        clippy::similar_names,
    33
        clippy::shadow_unrelated
    34
    )]
  • actm 0.1.0/src/lib.rs
    14
        clippy::module_name_repetitions,
    15
        clippy::shadow_unrelated,
    16
        clippy::must_use_candidate,
  • alt_serde_json 1.0.61/src/lib.rs
    342
        clippy::redundant_else,
    343
        clippy::shadow_unrelated,
    344
        clippy::single_match_else,
  • anyhow 1.0.68/tests/test_macros.rs
    5
        clippy::needless_pass_by_value,
    6
        clippy::shadow_unrelated,
    7
        clippy::wildcard_imports
  • ascii 1.1.0/src/lib.rs
    46
    // TODO: Consider removing `shadow_unrelated`, as it can show some actual logic errors
    47
    #![allow(clippy::shadow_unrelated, clippy::shadow_reuse, clippy::shadow_same)]
    48
    // A `if let` / `else` sometimes looks better than using iterator adaptors
  • astral-string 0.0.5/src/name.rs
    718
    mod test {
    719
    	#![allow(clippy::non_ascii_literal, clippy::shadow_unrelated)]
  • astral-string 0.0.5/src/text.rs
    658
    mod test {
    659
    	#![allow(clippy::non_ascii_literal, clippy::shadow_unrelated)]
  • async-trait 0.1.64/src/lib.rs
    312
        clippy::module_name_repetitions,
    313
        clippy::shadow_unrelated,
    314
        clippy::similar_names,
  • async-trait-fn 0.1.64/src/lib.rs
    64
        clippy::module_name_repetitions,
    65
        clippy::shadow_unrelated,
    66
        clippy::similar_names,
  • bve 0.0.1/src/parse/kvp/tests/mod.rs
    3
    #![allow(clippy::shadow_unrelated)] // These are tests
  • bve 0.0.1/src/parse/mesh/instructions/tests/mod.rs
    1
    #![allow(clippy::shadow_unrelated)] // Useful for testing
  • cactusref 0.3.0/tests/leak_doubly_linked_list.rs
    2
    #![warn(clippy::pedantic)]
    3
    #![allow(clippy::shadow_unrelated)]
  • cactusref 0.3.0/tests/leak_fully_connected_graph.rs
    2
    #![warn(clippy::pedantic)]
    3
    #![allow(clippy::shadow_unrelated)]
  • cargo-build-dist 0.1.0/src/lib.rs
    26
        clippy::similar_names,
    27
        clippy::shadow_unrelated,
    28
        clippy::unreadable_literal,
  • cargo-build-dist 0.1.0/src/main.rs
    21
        clippy::similar_names,
    22
        clippy::shadow_unrelated,
    23
        clippy::unreadable_literal,
  • cargo-monorepo 0.2.0/src/lib.rs
    26
        clippy::similar_names,
    27
        clippy::shadow_unrelated,
    28
        clippy::unreadable_literal,
  • cargo-monorepo 0.2.0/src/main.rs
    21
        clippy::similar_names,
    22
        clippy::shadow_unrelated,
    23
        clippy::unreadable_literal,
  • charcoal 1.1.0/src/lib.rs
    62
        clippy::clippy::module_name_repetitions, // Annoying and stupid
    63
        clippy::shadow_unrelated, // Countless false positives, very annoying
    64
    )]
  • cloudformatious 0.5.0/src/status_reason.rs
    260
        fn status_reason_detail() {
    261
            #![allow(clippy::shadow_unrelated)]
  • colorous 1.0.9/src/lib.rs
    282
        clippy::must_use_candidate,
    283
        clippy::shadow_unrelated,
    284
        clippy::trivially_copy_pass_by_ref,
  • completion 0.2.1/src/lib.rs
    29
        clippy::module_name_repetitions,
    30
        clippy::shadow_unrelated,
    31
        clippy::option_if_let_else,
  • completion-io 0.2.0/src/lib.rs
    16
        clippy::module_name_repetitions,
    17
        clippy::shadow_unrelated,
    18
        clippy::mut_mut
  • const-decoder 0.3.0/src/lib.rs
    93
    #![warn(clippy::all, clippy::pedantic)]
    94
    #![allow(clippy::must_use_candidate, clippy::shadow_unrelated)]
  • constellation-rs 0.2.0-alpha.2/src/bin/constellation/bridge.rs
    22
    	clippy::type_complexity,
    23
    	clippy::shadow_unrelated,
    24
    	clippy::too_many_lines
  • constellation-rs 0.2.0-alpha.2/src/bin/constellation/main.rs
    70
    	clippy::non_ascii_literal,
    71
    	clippy::shadow_unrelated,
    72
    	clippy::too_many_lines,
  • cw-semver 1.0.14/tests/test_version_req.rs
    2
        clippy::missing_panics_doc,
    3
        clippy::shadow_unrelated,
    4
        clippy::toplevel_ref_arg,
  • cxx-build 1.0.88/src/lib.rs
    69
        clippy::redundant_else,
    70
        clippy::shadow_unrelated,
    71
        clippy::significant_drop_in_scrutinee,
  • cxx-gen 0.7.88/src/lib.rs
    30
        clippy::redundant_else,
    31
        clippy::shadow_unrelated,
    32
        clippy::similar_names,
  • cxxbridge-cmd 1.0.88/src/main.rs
    20
        clippy::redundant_else,
    21
        clippy::shadow_unrelated,
    22
        clippy::similar_names,
  • cxxbridge-macro 1.0.88/src/lib.rs
    19
        clippy::redundant_else,
    20
        clippy::shadow_unrelated,
    21
        clippy::similar_names,
  • daml-macro 0.2.2/src/lib.rs
    7
    #![warn(clippy::all, clippy::pedantic, clippy::nursery, rust_2018_idioms)]
    8
    #![allow(clippy::module_name_repetitions, clippy::shadow_unrelated, clippy::unit_cmp)]
    9
    #![forbid(unsafe_code)]
  • dissimilar 1.0.6/src/lib.rs
    53
        clippy::octal_escapes,
    54
        clippy::shadow_unrelated,
    55
        clippy::similar_names,
  • dragonbox 0.1.4/src/lib.rs
    65
        clippy::ptr_as_ptr,
    66
        clippy::shadow_unrelated,
    67
        clippy::similar_names,
  • drone-cortex-m 0.11.1/src/lib.rs
    55
        clippy::precedence,
    56
        clippy::shadow_unrelated,
    57
        clippy::type_repetition_in_bounds
  • drone-cortexm 0.14.1/src/lib.rs
    66
        clippy::precedence,
    67
        clippy::shadow_unrelated,
    68
        clippy::type_repetition_in_bounds
  • dtoa 1.0.5/src/lib.rs
    45
        clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7768
    46
        clippy::shadow_unrelated,
    47
        clippy::suspicious_else_formatting,
  • ellidri 3.0.0-beta/src/lib.rs
    18
    #![warn(clippy::all, rust_2018_idioms)]
    19
    #![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
  • ellidri 3.0.0-beta/src/main.rs
    2
    #![warn(clippy::all, rust_2018_idioms)]
    3
    #![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
  • ellidri-unicase 2.1.0/src/lib.rs
    34
    #![warn(clippy::all, rust_2018_idioms)]
    35
    #![allow(clippy::filter_map, clippy::find_map, clippy::shadow_unrelated, clippy::use_self)]
  • fcmp 0.3.1/src/lib.rs
    99
    #![allow(clippy::missing_const_for_fn)]
    100
    #![allow(clippy::shadow_unrelated)] // Does not work correctly.
  • imgui-glow-renderer 0.10.0/src/lib.rs
    178
                clippy::cast_sign_loss,
    179
                clippy::shadow_unrelated
    180
            )]
  • indoc 2.0.0/tests/test_unindent.rs
    1
    #![allow(clippy::shadow_unrelated)]
  • just 1.13.0/src/lib.rs
    8
      clippy::non_ascii_literal,
    9
      clippy::shadow_unrelated,
    10
      clippy::struct_excessive_bools,
  • libasuran 0.0.3/src/lib.rs
    12
    #![allow(clippy::use_self)]
    13
    #![allow(clippy::shadow_unrelated)]
    14
    #![allow(clippy::must_use_candidate)]
  • libpd-rs 0.1.9/src/lib.rs
    20
        clippy::shadow_same,
    21
        clippy::shadow_unrelated,
    22
        // clippy::must_use_candidate,
  • metatype 0.2.1/src/lib.rs
    293
    mod tests {
    294
    	#![allow(clippy::cast_ptr_alignment, clippy::shadow_unrelated)]
    295
    	use super::{type_coerce, MetaType, Slice, TraitObject, Type};
  • microserde 0.1.13/src/lib.rs
    146
        clippy::redundant_else,
    147
        clippy::shadow_unrelated,
    148
        clippy::single_match_else,
  • minify 1.3.0/src/lib.rs
    108
        clippy::implicit_return,
    109
        clippy::shadow_unrelated,
    110
        clippy::struct_excessive_bools,
  • miniserde 0.1.28/src/lib.rs
    157
        clippy::redundant_else,
    158
        clippy::shadow_unrelated,
    159
        clippy::single_match_else,
  • miniserde-miku 0.1.23/src/lib.rs
    156
        clippy::redundant_else,
    157
        clippy::shadow_unrelated,
    158
        clippy::single_match_else,
  • minus 5.1.0/src/core/display/tests.rs
    1
    #![allow(clippy::shadow_unrelated)]
    2
    #![allow(clippy::cast_possible_truncation)]
  • mm0_util 0.1.4/src/lib.rs
    48
      clippy::option_if_let_else,
    49
      clippy::shadow_unrelated,
    50
      clippy::too_many_lines,
  • mm0b_parser 0.1.4/src/lib.rs
    49
      clippy::semicolon_if_nothing_returned,
    50
      clippy::shadow_unrelated,
    51
      clippy::too_many_lines,
  • nats 0.23.1/src/lib.rs
    187
        clippy::shadow_same,
    188
        clippy::shadow_unrelated,
    189
        clippy::wildcard_enum_match_arm,
  • nats-aflowt 0.16.105/src/lib.rs
    189
        clippy::shadow_same,
    190
        clippy::shadow_unrelated,
    191
        clippy::wildcard_enum_match_arm,
  • netcorehost 0.13.1/src/lib.rs
    14
        clippy::cast_sign_loss,
    15
        clippy::shadow_unrelated,
    16
        clippy::redundant_closure_for_method_calls,
  • nix-cache-watcher 0.0.7/src/bin/nix-cache-watcher.rs
    11
        clippy::module_name_repetitions,
    12
        clippy::shadow_unrelated,
    13
        clippy::must_use_candidate,
  • nix-cache-watcher 0.0.7/src/lib.rs
    11
        clippy::module_name_repetitions,
    12
        clippy::shadow_unrelated,
    13
        clippy::must_use_candidate,
  • palaver 0.3.0-alpha.3/src/lib.rs
    28
    	clippy::same_functions_in_if_condition,
    29
    	clippy::shadow_unrelated,
    30
    	clippy::similar_names
  • plow_cli 0.4.8/src/main.rs
    18
        clippy::shadow_same,
    19
        clippy::shadow_unrelated,
    20
        clippy::must_use_candidate,
  • plow_graphify 0.2.2/src/lib.rs
    18
        clippy::shadow_same,
    19
        clippy::shadow_unrelated,
    20
        clippy::must_use_candidate,
  • plow_linter 0.2.8/src/lib.rs
    18
        clippy::shadow_same,
    19
        clippy::shadow_unrelated,
    20
        clippy::must_use_candidate,
  • plow_ontology 0.2.1/src/lib.rs
    18
        clippy::shadow_same,
    19
        clippy::shadow_unrelated,
    20
        clippy::must_use_candidate,
  • plow_package_management 0.3.1/src/lib.rs
    18
        clippy::shadow_same,
    19
        clippy::shadow_unrelated,
    20
        clippy::must_use_candidate,
  • proc-macro0 1.0.40-dev.1/src/lib.rs
    9
        clippy::return_self_not_must_use,
    10
        clippy::shadow_unrelated,
    11
        clippy::trivially_copy_pass_by_ref,
  • proc-macro2 1.0.50/src/lib.rs
    104
        clippy::return_self_not_must_use,
    105
        clippy::shadow_unrelated,
    106
        clippy::trivially_copy_pass_by_ref,
  • quote 1.0.23/tests/test.rs
    2
        clippy::disallowed_names,
    3
        clippy::shadow_unrelated,
    4
        clippy::unseparated_literal_suffix,
  • rdma 0.3.0/src/lib.rs
    14
        clippy::default_numeric_fallback,
    15
        clippy::shadow_unrelated,
    16
        clippy::panic,
  • safe-proc-macro2 1.0.36/src/lib.rs
    99
        clippy::return_self_not_must_use,
    100
        clippy::shadow_unrelated,
    101
        clippy::trivially_copy_pass_by_ref,
  • safe-quote 1.0.15/tests/test.rs
    3
        clippy::let_underscore_drop,
    4
        clippy::shadow_unrelated,
    5
        clippy::unseparated_literal_suffix,
  • semver 1.0.16/tests/test_version_req.rs
    2
        clippy::missing_panics_doc,
    3
        clippy::shadow_unrelated,
    4
        clippy::toplevel_ref_arg,
  • seq-macro 0.3.2/tests/test.rs
    3
        clippy::identity_op,
    4
        clippy::shadow_unrelated
    5
    )]
  • serde_json 1.0.91/src/lib.rs
    349
        clippy::redundant_else,
    350
        clippy::shadow_unrelated,
    351
        clippy::single_match_else,
  • serde_json 1.0.91/tests/lexical.rs
    13
        clippy::needless_late_init,
    14
        clippy::shadow_unrelated,
    15
        clippy::similar_names,
  • serde_json 1.0.91/tests/test.rs
    8
        clippy::items_after_statements,
    9
        clippy::shadow_unrelated,
    10
        clippy::too_many_lines,
  • serde_json_experimental 1.0.29-rc1/src/lib.rs
    339
        shadow_reuse,
    340
        shadow_unrelated,
    341
        single_match_else,
  • serde_json_lenient 0.1.4/src/lib.rs
    350
        clippy::redundant_else,
    351
        clippy::shadow_unrelated,
    352
        clippy::single_match_else,
  • serde_json_v8 0.1.1/src/lib.rs
    311
        module_name_repetitions,
    312
        shadow_unrelated,
    313
        single_match_else,
  • serde_jsonrc 0.1.0/src/lib.rs
    324
        module_name_repetitions,
    325
        shadow_unrelated,
    326
        single_match_else,
  • serde_partiql 1.1.65/src/lib.rs
    342
        clippy::redundant_else,
    343
        clippy::shadow_unrelated,
    344
        clippy::single_match_else,
  • serde_single_or_vec 1.0.1/src/lib.rs
    170
    )]
    171
    #![allow(clippy::implicit_return, clippy::shadow_unrelated)]
  • serde_yaml 0.9.17/tests/test_serde.rs
    4
        clippy::unreadable_literal,
    5
        clippy::shadow_unrelated
    6
    )]
  • serde_yaml_with_quirks 0.8.24/tests/test_serde.rs
    4
        clippy::unreadable_literal,
    5
        clippy::shadow_unrelated
    6
    )]
  • slice-deque 0.3.0/src/mirrored/macos.rs
    3
    #![allow(clippy::shadow_unrelated)]
  • slice-ring-buffer 0.3.2/src/mirrored/macos.rs
    3
    #![allow(clippy::shadow_unrelated)]
  • snapper-box 0.0.4/src/lib.rs
    11
        clippy::module_name_repetitions,
    12
        clippy::shadow_unrelated,
    13
        clippy::must_use_candidate,
  • socketstat 0.1.0/src/mac.rs
    1
    #![allow(non_camel_case_types, trivial_casts, missing_copy_implementations, clippy::shadow_unrelated)]
  • stringmetrics 2.2.2/src/lib.rs
    214
        clippy::exhaustive_structs,
    215
        clippy::shadow_unrelated,
    216
    )]
  • sts_profile_auth 0.7.1/src/lib.rs
    9
    #![allow(clippy::similar_names)]
    10
    #![allow(clippy::shadow_unrelated)]
    11
    #![allow(clippy::missing_errors_doc)]
  • syn 1.0.107/tests/common/mod.rs
    1
    #![allow(dead_code)]
    2
    #![allow(clippy::module_name_repetitions, clippy::shadow_unrelated)]
  • syn 1.0.107/tests/test_meta.rs
    1
    #![allow(clippy::shadow_unrelated, clippy::too_many_lines)]
  • syn-impersonated 0.1.18/src/lib.rs
    271
        clippy::must_use_candidate,
    272
        clippy::shadow_unrelated,
    273
        clippy::similar_names,
  • syn-next 1.0.0-rc4/src/lib.rs
    267
        clippy::module_name_repetitions,
    268
        clippy::shadow_unrelated,
    269
        clippy::similar_names,
  • syn-pub-items 0.15.30/src/lib.rs
    255
            module_name_repetitions,
    256
            shadow_unrelated,
    257
            similar_names,
  • utc2k 0.5.13/src/date/mod.rs
    5
    #![allow(clippy::shadow_unrelated)]
  • wasm-bus-macros 1.1.0/src/lib.rs
    6
        clippy::module_name_repetitions,
    7
        clippy::shadow_unrelated,
    8
        clippy::similar_names,
  • wasmer-bus-macros 1.1.0/src/lib.rs
    6
        clippy::module_name_repetitions,
    7
        clippy::shadow_unrelated,
    8
        clippy::similar_names,