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 b82a490 commit ac01a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb_example/dart_minimal/rust/src/api/minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn minimal_adder(a: i32, b: i32) -> i32 {
// #[derive(Debug, PartialEq, Eq, Default, Clone)]
#[derive(Debug)]
pub struct StructWithRustAutoOpaqueFieldWithManyDerive {
content: crate::frb_generated::RustAutoOpaque<String>,
pub content: crate::frb_generated::RustAutoOpaque<String>,
}

impl StructWithRustAutoOpaqueFieldWithManyDerive {
Expand Down

0 comments on commit ac01a17

Please sign in to comment.