Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jul 3, 2024
1 parent 133516e commit 30d674c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions frb_example/dart_minimal/rust/src/api/minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,3 @@ pub fn init_app() {
pub fn minimal_adder(a: i32, b: i32) -> i32 {
a + b
}

// https://github.com/fzyzcjy/flutter_rust_bridge/issues/2170
pub trait Issue2170Trait {
fn method(&self);
}

pub struct Issue2170Struct {
pub field: Box<dyn Issue2170Trait>,
}

impl std::fmt::Debug for Issue2170Struct {
fn fmt(&self, _f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
unimplemented!()
}
}

0 comments on commit 30d674c

Please sign in to comment.