1
0
Эх сурвалжийг харах

remove refrence to __line_num

Evan Almloff 3 жил өмнө
parent
commit
bb62254b6b

+ 0 - 1
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():?}",
             }