Skip to content

Commit

Permalink
chore: doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Mar 7, 2024
1 parent 57d69b9 commit fb6c66f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frb_rust/src/rust_opaque/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use std::sync::Arc;
/// support custom DSTs on stable.
///
/// Example:
/// ```rust
/// use std::fmt::Debug;
/// use flutter_rust_bridge::*;
///
/// ```rust,ignore
/// let opaque: RustOpaque<Box<dyn Debug>> = opaque_dyn!("foobar");
/// ```
#[macro_export]
Expand Down

0 comments on commit fb6c66f

Please sign in to comment.