فهرست منبع

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