Jonathan Kelley 3 lat temu
rodzic
commit
1a6b238
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/core/src/scope.rs

+ 1 - 1
packages/core/src/scope.rs

@@ -231,7 +231,7 @@ impl Scope {
                     scope: &self,
                 },
             };
-            let n: DomTree<'a> = (_cb)(cx);
+            let new_node: DomTree<'a> = (_cb)(cx);
         }
     }