Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Sep 12, 2024
1 parent dbf05f1 commit 34f10e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb_rust/src/rust_opaque/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::marker::PhantomData;

/// Please refer to [RustOpaque] for doc.
#[repr(transparent)]
#[derive(Debug)]
#[derive(PartialEq, Eq, Default, Debug)]
pub struct RustOpaqueBase<T: ?Sized + 'static, A: BaseArc<T>> {
arc: A,
_phantom: PhantomData<T>,
Expand Down

0 comments on commit 34f10e3

Please sign in to comment.