Преглед изворни кода

remove refrence to __line_num

Evan Almloff пре 3 година
родитељ
комит
bb62254b6b
1 измењених фајлова са 0 додато и 1 уклоњено
  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():?}",
             }