Browse Source

remove refrence to __line_num

Evan Almloff 3 years ago
parent
commit
bb62254b6b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/hot_reload.rs

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