Преглед на файлове

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();
     match rand::random::<usize>() % 3 {
         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(
                 format!(
                     "{}{}",