Skip to content

Commit

Permalink
try add
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Sep 12, 2024
1 parent 1eb3f67 commit dbf05f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb_rust/src/rust_auto_opaque/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub(crate) mod inner;
pub(crate) mod rust2dart_common;
pub(crate) mod rust2dart_explicit;

#[derive(Clone)]
#[derive(Clone, PartialEq, Eq, Default, Debug)]
pub struct RustAutoOpaqueBase<T: 'static, A: BaseArc<inner::RustAutoOpaqueInner<T>>>(
pub(crate) RustOpaqueBase<inner::RustAutoOpaqueInner<T>, A>,
);
Expand Down

0 comments on commit dbf05f1

Please sign in to comment.