Skip to content

Commit

Permalink
add doc comment for MissingValueAfterEq
Browse files Browse the repository at this point in the history
  • Loading branch information
blorbb committed Feb 22, 2024
1 parent 1e82eb6 commit c049960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit c049960

Please sign in to comment.