From fb6c66f28d07052401b519cfcb717d0228bad33e Mon Sep 17 00:00:00 2001 From: fzyzcjy Date: Thu, 7 Mar 2024 09:49:35 +0800 Subject: [PATCH] chore: doctest --- frb_rust/src/rust_opaque/utils.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frb_rust/src/rust_opaque/utils.rs b/frb_rust/src/rust_opaque/utils.rs index 5a705974e0..08547c5484 100644 --- a/frb_rust/src/rust_opaque/utils.rs +++ b/frb_rust/src/rust_opaque/utils.rs @@ -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> = opaque_dyn!("foobar"); /// ``` #[macro_export]