remove comment
This commit is contained in:
1 parent
dd39db847c
commit
166394d8d9
1 file changed
-1
@@ -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