• alloc-wg 0.9.0/src/boxed.rs
    833
        }
    834
        #[allow(clippy::partialeq_ne_impl)]
    835
        #[inline]
  • cactusref 0.3.0/src/rc.rs
    1116
        #[inline]
    1117
        #[allow(clippy::partialeq_ne_impl)]
    1118
        fn ne(&self, other: &Rc<T>) -> bool {
  • dbgen 0.8.0/src/number.rs
    214
    #[allow(clippy::partialeq_ne_impl)]
    215
    impl PartialEq for Number {
  • drying_paint 0.5.2/src/watched.rs
    232
            #[allow(clippy::partialeq_ne_impl)]
    233
            fn ne(&self, other: &U) -> bool {
  • elysees 0.3.0/src/arc.rs
    551
        #[allow(clippy::partialeq_ne_impl)]
    552
        #[inline]
  • elysees 0.3.0/src/arc_borrow.rs
    198
        #[allow(clippy::partialeq_ne_impl)]
    199
        #[inline]
    282
        #[allow(clippy::partialeq_ne_impl)]
    283
        #[inline]
  • elysees 0.3.0/src/arc_ref.rs
    500
        #[allow(clippy::partialeq_ne_impl)]
    501
        fn ne(&self, other: &ArcRef<'a, T>) -> bool {
  • elysees 0.3.0/src/offset_arc.rs
    80
        #[allow(clippy::partialeq_ne_impl)]
    81
        #[inline]
  • esl 0.17.1/src/read.rs
    31
        #[allow(clippy::partialeq_ne_impl)]
    32
        fn ne(&self, _: &Self) -> bool { self.0 }
  • fm_plugin 0.1.17/src/ffi/binary_data.rs
    449
        #[allow(clippy::partialeq_ne_impl)]
    450
        fn ne(&self, other: &BinaryData) -> bool {
  • fm_plugin 0.1.17/src/ffi/datetime.rs
    427
        #[allow(clippy::partialeq_ne_impl)]
    428
        fn ne(&self, other: &DateTime) -> bool {
  • fm_plugin 0.1.17/src/ffi/fixed_point.rs
    556
        #[allow(clippy::partialeq_ne_impl)]
    557
        fn ne(&self, other: &FixPt) -> bool {
  • fm_plugin 0.1.17/src/ffi/text.rs
    492
        #[allow(clippy::partialeq_ne_impl)]
    493
        fn ne(&self, other: &Text) -> bool {
  • fm_plugin 0.1.17/src/ffi/text_style.rs
    610
        #[allow(clippy::partialeq_ne_impl)]
    611
        fn ne(&self, other: &TextColor) -> bool {
    627
        #[allow(clippy::partialeq_ne_impl)]
    628
        fn ne(&self, other: &TextStyle) -> bool {
  • handy 0.1.4/src/typed.rs
    649
        #[inline]
    650
        #[allow(clippy::partialeq_ne_impl)] // derive includes it, so so shall I.
    651
        fn ne(&self, o: &Self) -> bool {
  • keyed 0.1.3/src/keyed.rs
    32
        #[allow(clippy::partialeq_ne_impl)]
    33
        fn ne(&self, other: &Self) -> bool {
  • keyed 0.1.3/src/ref_keyed.rs
    31
        #[allow(clippy::partialeq_ne_impl)]
    32
        fn ne(&self, other: &Self) -> bool {
  • objc2 0.3.0-beta.4/src/declare/ivar_forwarding_impls.rs
    34
        #[inline]
    35
        #[allow(clippy::partialeq_ne_impl)]
    36
        fn ne(&self, other: &Self) -> bool {
  • objc2 0.3.0-beta.4/src/rc/id_forwarding_impls.rs
    31
        #[inline]
    32
        #[allow(clippy::partialeq_ne_impl)]
    33
        fn ne(&self, other: &Self) -> bool {
  • oneshot 0.1.5/src/loombox.rs
    108
        #[allow(clippy::partialeq_ne_impl)]
    109
        #[inline]
  • shredder 0.2.0/src/marker/gc_safe.rs
    99
    #[allow(clippy::partialeq_ne_impl)]
    100
    impl<T: Send + PartialEq> PartialEq for GcSafeWrapper<T> {
  • shredder 0.2.0/src/r.rs
    174
        #[allow(clippy::partialeq_ne_impl)]
    175
        fn ne(&self, other: &Self) -> bool {
    190
        #[allow(clippy::partialeq_ne_impl)]
    191
        fn ne(&self, other: &Self) -> bool {
  • shredder 0.2.0/src/smart_ptr/deref_gc.rs
    240
    #[allow(clippy::partialeq_ne_impl)]
    241
    impl<T: Scan + GcDeref + ?Sized> PartialEq for DerefGc<T>
  • shredder 0.2.0/src/smart_ptr/gc.rs
    290
    #[allow(clippy::partialeq_ne_impl)]
    291
    impl<T: Scan + ?Sized> PartialEq for Gc<T>
  • skiplist 0.4.0/src/ordered_skiplist.rs
    1006
        }
    1007
        #[allow(clippy::partialeq_ne_impl)]
    1008
        #[inline]
  • skiplist 0.4.0/src/skiplist.rs
    756
        }
    757
        #[allow(clippy::partialeq_ne_impl)]
    758
        #[inline]
  • skiplist 0.4.0/src/skipmap.rs
    895
        }
    896
        #[allow(clippy::partialeq_ne_impl)]
    897
        #[inline]
  • three-commas-scraper 0.2.7/src/cache/cached.rs
    113
      #[inline]
    114
      #[allow(clippy::partialeq_ne_impl)]
    115
      fn ne(&self, other: &Cached<T>) -> bool {
  • triomphe 0.1.8/src/arc.rs
    612
        #[allow(clippy::partialeq_ne_impl)]
    613
        fn ne(&self, other: &Arc<T>) -> bool {
  • triomphe 0.1.8/src/offset_arc.rs
    76
        #[allow(clippy::partialeq_ne_impl)]
    77
        fn ne(&self, other: &OffsetArc<T>) -> bool {
  • a_r_c_h_e_r_y 0.4.3/src/lib.rs
    16
    #![allow(clippy::inline_always)]
    17
    #![allow(clippy::partialeq_ne_impl)]
    18
    // Note: If you change this remember to update `README.md`.  To do so run `./tools/update-readme.sh`.
  • archery 0.4.0/src/lib.rs
    16
    #![allow(clippy::inline_always)]
    17
    #![allow(clippy::partialeq_ne_impl)]
    18
    // Note: If you change this remember to update `README.md`.  To do so run `./tools/update-readme.sh`.
  • arcstr 1.1.5/src/arc_str.rs
    2
    // We follow libstd's lead and prefer to define both.
    3
        clippy::partialeq_ne_impl,
    4
    // This is a really annoying clippy lint, since it's required for so many cases...
  • arcstr 1.1.5/src/substr.rs
    2
        // We follow libstd's lead and prefer to define both.
    3
        clippy::partialeq_ne_impl,
    4
        // This is a really annoying clippy lint, since it's required for so many cases...
  • cargo-rdme 1.1.0/src/lib.rs
    15
    #![allow(clippy::inline_always)]
    16
    #![allow(clippy::partialeq_ne_impl)]
    17
    #![allow(clippy::missing_errors_doc)]
  • cargo-rdme 1.1.0/src/main.rs
    15
    #![allow(clippy::inline_always)]
    16
    #![allow(clippy::partialeq_ne_impl)]
    17
    #![allow(clippy::missing_errors_doc)]
  • fuzzcheck 0.12.1/src/lib.rs
    38
    #![allow(clippy::too_many_arguments)]
    39
    #![allow(clippy::partialeq_ne_impl)]
    40
    #![allow(clippy::collapsible_if)]
  • index_vec 0.1.3/src/lib.rs
    129
    //!
    130
    #![allow(clippy::partialeq_ne_impl)]
    131
    #![no_std]
  • thin_str 0.1.0/src/lib.rs
    1
    #![no_std]
    2
    #![allow(clippy::partialeq_ne_impl)]
  • tinyvec_string 0.3.2/src/lib.rs
    63
    	clippy::tabs_in_doc_comments,
    64
    	clippy::partialeq_ne_impl,
    65
    	clippy::map_clone