remove #[doc(hidden)] from EventHandler

This commit is contained in:
kidkool850@gmail.com 2023-11-27 13:38:41 -06:00
parent d9220d4e42
commit 41182503ac

View file

@ -107,7 +107,6 @@ impl<T: std::fmt::Debug> std::fmt::Debug for Event<T> {
}
}
#[doc(hidden)]
/// The callback type generated by the `rsx!` macro when an `on` field is specified for components.
///