Evan Almloff 3 лет назад
Родитель
Сommit
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():?}",
             }