diff --git a/examples/hot_reload.rs b/examples/hot_reload.rs index 41ef5b1c7..5bc766224 100644 --- a/examples/hot_reload.rs +++ b/examples/hot_reload.rs @@ -13,7 +13,6 @@ fn app(cx: Scope) -> Element { onclick: move |_| { count.modify(|count| *count + 10); }, - p{"{__line_num:?}"} p { "High-Five counter: {count.to_string():?}", }