浏览代码

remove outdated comment

Evan Almloff 2 年之前
父节点
当前提交
990b0503e1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/core/tests/fuzzing.rs

+ 0 - 2
packages/core/tests/fuzzing.rs

@@ -216,8 +216,6 @@ fn create_random_element<'a>(cx: Scope<'a, DepthProps>) -> Element<'a> {
     cx.needs_update();
     cx.needs_update();
     match rand::random::<usize>() % 3 {
     match rand::random::<usize>() % 3 {
         0 | 1 => {
         0 | 1 => {
-            // This is dynamicly created every render to trigger the pointer equality check on the template path
-            //  In the future this check should be changed to something more obvious
             let template = create_random_template(Box::leak(
             let template = create_random_template(Box::leak(
                 format!(
                 format!(
                     "{}{}",
                     "{}{}",