From c049960bf0e99638b4794bec1aadc2f1539ccf5e Mon Sep 17 00:00:00 2001 From: blorbb <88137137+blorbb@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:24:32 +1100 Subject: [PATCH] add doc comment for `MissingValueAfterEq` --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index f68bc9a..2d86878 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -553,5 +553,6 @@ Please feel free to make a PR/issue if you have feature ideas/bugs to report/fee pub use leptos_mview_macro::mview; +/// Not for public use. Do not implement anything on this. #[doc(hidden)] pub struct MissingValueAfterEq;