• axum-server-dual-protocol 0.3.0/src/either.rs
    116
    	#[allow(clippy::redundant_pub_crate)]
    117
    	#[allow(clippy::ref_option_ref)]
    118
    	#[allow(clippy::type_repetition_in_bounds)]
  • http-body-util 0.1.0-rc.2/src/either.rs
    114
        #[allow(clippy::redundant_pub_crate)]
    115
        #[allow(clippy::ref_option_ref)]
    116
        #[allow(clippy::type_repetition_in_bounds)]
  • pin-project 1.0.12/tests/expand/default/enum.expanded.rs
    41
    #[allow(dead_code)]
    42
    #[allow(clippy::ref_option_ref)]
    43
    enum EnumProjRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/default/struct.expanded.rs
    34
        #[allow(dead_code)]
    35
        #[allow(clippy::ref_option_ref)]
    36
        struct __StructProjectionRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/default/tuple_struct.expanded.rs
    29
        #[allow(dead_code)]
    30
        #[allow(clippy::ref_option_ref)]
    31
        struct __TupleStructProjectionRef<'pin, T, U>(
  • pin-project 1.0.12/tests/expand/multifields/enum.expanded.rs
    54
    #[allow(dead_code)]
    55
    #[allow(clippy::ref_option_ref)]
    56
    enum EnumProjRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/multifields/struct.expanded.rs
    39
        #[allow(dead_code)]
    40
        #[allow(clippy::ref_option_ref)]
    41
        struct __StructProjectionRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/multifields/tuple_struct.expanded.rs
    31
        #[allow(dead_code)]
    32
        #[allow(clippy::ref_option_ref)]
    33
        struct __TupleStructProjectionRef<'pin, T, U>(
  • pin-project 1.0.12/tests/expand/naming/enum-all.expanded.rs
    41
    #[allow(dead_code)]
    42
    #[allow(clippy::ref_option_ref)]
    43
    enum ProjRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/naming/enum-ref.expanded.rs
    18
    #[allow(dead_code)]
    19
    #[allow(clippy::ref_option_ref)]
    20
    enum ProjRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/naming/struct-all.expanded.rs
    37
    #[allow(dead_code)]
    38
    #[allow(clippy::ref_option_ref)]
    39
    struct ProjRef<'pin, T, U>
  • pin-project 1.0.12/tests/expand/naming/struct-mut.expanded.rs
    44
        #[allow(dead_code)]
    45
        #[allow(clippy::ref_option_ref)]
    46
        struct __StructProjectionRef<'pin, T, U>
  • pin-project-lite 0.2.9/tests/expand/default/enum.expanded.rs
    10
    #[allow(clippy::redundant_pub_crate)]
    11
    #[allow(clippy::ref_option_ref)]
    12
    #[allow(clippy::type_repetition_in_bounds)]
    27
    #[allow(clippy::redundant_pub_crate)]
    28
    #[allow(clippy::ref_option_ref)]
    29
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/default/struct.expanded.rs
    16
        #[allow(clippy::redundant_pub_crate)]
    17
        #[allow(clippy::ref_option_ref)]
    18
        #[allow(clippy::type_repetition_in_bounds)]
    30
        #[allow(clippy::redundant_pub_crate)]
    31
        #[allow(clippy::ref_option_ref)]
    32
        #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/multifields/struct.expanded.rs
    29
        #[allow(clippy::redundant_pub_crate)]
    30
        #[allow(clippy::ref_option_ref)]
    31
        #[allow(clippy::type_repetition_in_bounds)]
    45
        #[allow(clippy::redundant_pub_crate)]
    46
        #[allow(clippy::ref_option_ref)]
    47
        #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/naming/enum-all.expanded.rs
    10
    #[allow(clippy::redundant_pub_crate)]
    11
    #[allow(clippy::ref_option_ref)]
    12
    #[allow(clippy::type_repetition_in_bounds)]
    27
    #[allow(clippy::redundant_pub_crate)]
    28
    #[allow(clippy::ref_option_ref)]
    29
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/naming/enum-mut.expanded.rs
    10
    #[allow(clippy::redundant_pub_crate)]
    11
    #[allow(clippy::ref_option_ref)]
    12
    #[allow(clippy::type_repetition_in_bounds)]
  • pin-project-lite 0.2.9/tests/expand/naming/enum-ref.expanded.rs
    10
    #[allow(clippy::redundant_pub_crate)]
    11
    #[allow(clippy::ref_option_ref)]
    12
    #[allow(clippy::type_repetition_in_bounds)]
  • public-api 0.27.1/src/render.rs
    317
        #[allow(clippy::ref_option_ref, clippy::trivially_copy_pass_by_ref)] // Because of `render_sequence()` arg types
    318
        fn render_option_type(&self, ty: &Option<&Type>) -> Vec<Token> {
  • rhymuri 1.3.1/src/authority.rs
    188
        // `named_tuple!` macro expansion.
    189
        #[allow(clippy::ref_option_ref)]
    190
        #[allow(clippy::from_over_into)]
  • rhymuri 1.3.1/src/uri.rs
    970
        // `named_tuple!` macro expansion.
    971
        #[allow(clippy::ref_option_ref)]
    972
        #[allow(clippy::from_over_into)]
    1496
        #[allow(clippy::too_many_arguments)]
    1497
        #[allow(clippy::ref_option_ref)]
    1498
        #[allow(clippy::from_over_into)]
  • uniresid 0.1.4/src/uri.rs
    1013
        #[test]
    1014
        #[allow(clippy::ref_option_ref)]
    1015
        fn query_and_fragment_elements() {
  • uris 0.1.1/src/authority.rs
    188
        // `named_tuple!` macro expansion.
    189
        #[allow(clippy::ref_option_ref)]
    190
        #[allow(clippy::from_over_into)]
  • uris 0.1.1/src/uri.rs
    979
        // `named_tuple!` macro expansion.
    980
        #[allow(clippy::ref_option_ref)]
    981
        #[allow(clippy::from_over_into)]
    1506
        #[allow(clippy::too_many_arguments)]
    1507
        #[allow(clippy::ref_option_ref)]
    1508
        #[allow(clippy::from_over_into)]
  • vergen-pretty 0.1.1/src/utils.rs
    11
    #[allow(clippy::ref_option_ref)]
    12
    pub(crate) fn has_value(
  • serde_bytes 0.11.8/tests/test_derive.rs
    1
    #![allow(clippy::derive_partial_eq_without_eq, clippy::ref_option_ref)]
  • serenity 0.11.5/src/lib.rs
    61
        clippy::struct_excessive_bools,
    62
        clippy::ref_option_ref,
    63
        // Allowed as they are too pedantic 
  • syrette 0.4.2/src/test_utils.rs
    282
    {
    283
        #![allow(clippy::ref_option_ref)] // Caused by Mockall
    284
        #![allow(dead_code)] // Not all mock functions may be used