소스 검색

remove outdated comment

Evan Almloff 3 년 전
부모
커밋
8e6b56c636
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/tui/src/node.rs

+ 0 - 1
packages/tui/src/node.rs

@@ -11,7 +11,6 @@ pub(crate) type Node = dioxus_native_core::real_dom::Node<NodeState>;
 pub(crate) struct NodeState {
     #[child_dep_state(layout, RefCell<Stretch>)]
     pub layout: TaffyLayout,
-    // depends on attributes, the C component of it's parent and a u8 context
     #[parent_dep_state(style)]
     pub style: StyleModifier,
     #[node_dep_state()]