remove refrence to __line_num

This commit is contained in:
Evan Almloff 2022-06-04 12:26:46 -05:00
parent 2bcaa2e43e
commit bb62254b6b

View file

@ -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():?}",
}