Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
1a6b238
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
         }
     }