소스 검색

chore: fix warnings

appflowy 2 년 전
부모
커밋
61c2b928c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shared-lib/lib-ot/tests/node/script.rs

+ 1 - 1
shared-lib/lib-ot/tests/node/script.rs

@@ -1,4 +1,4 @@
-use lib_ot::core::{DocumentTree, NodeAttributes, NodeData, NodeSubTree, Path, TransactionBuilder};
+use lib_ot::core::{DocumentTree, NodeAttributes, NodeSubTree, Path, TransactionBuilder};
 
 pub enum NodeScript {
     InsertNode { path: Path, node: NodeSubTree },