remove comment

This commit is contained in:
2025-08-16 01:53:02 -04:00
parent dd39db847c
commit 166394d8d9

View File

@@ -4,7 +4,6 @@ pub trait Sensable<W, Ctx, Tag> {
fn on( fn on(
self, self,
sense: Sense, sense: Sense,
// trait copied here bc rust analyzer skill issue
f: impl SenseFn<Ctx>, f: impl SenseFn<Ctx>,
) -> impl WidgetIdFn<W, Ctx>; ) -> impl WidgetIdFn<W, Ctx>;
fn id_on( fn id_on(