浏览代码

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 },