Skip to content

Commit 58bc36d

Browse files
committed
chore: clippy fix
1 parent da31083 commit 58bc36d

File tree

1 file changed

+1
-1
lines changed
  • collab-plugins/src/local_storage/kv

1 file changed

+1
-1
lines changed

collab-plugins/src/local_storage/kv/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::local_storage::kv::snapshot::SnapshotAction;
33
use crate::local_storage::kv::*;
44
use smallvec::{SmallVec, smallvec};
55
use std::collections::HashSet;
6-
use tracing::{error, info};
6+
use tracing::error;
77
use uuid::Uuid;
88
use yrs::updates::decoder::Decode;
99
use yrs::updates::encoder::Encode;

0 commit comments

Comments
 (0)