From 61c2b928c93699206c28ab13ab85ff02bb7dde62 Mon Sep 17 00:00:00 2001 From: appflowy Date: Fri, 9 Sep 2022 17:08:20 +0800 Subject: [PATCH] chore: fix warnings --- shared-lib/lib-ot/tests/node/script.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-lib/lib-ot/tests/node/script.rs b/shared-lib/lib-ot/tests/node/script.rs index 392a746e0b..34daca8d7c 100644 --- a/shared-lib/lib-ot/tests/node/script.rs +++ b/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 },