remove comment
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user