summaryrefslogtreecommitdiff
path: root/rust/src/collaboration/snapshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/collaboration/snapshot.rs')
-rw-r--r--rust/src/collaboration/snapshot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/collaboration/snapshot.rs b/rust/src/collaboration/snapshot.rs
index 203d8677..3e99805d 100644
--- a/rust/src/collaboration/snapshot.rs
+++ b/rust/src/collaboration/snapshot.rs
@@ -3,7 +3,7 @@ use std::ptr::NonNull;
use std::time::SystemTime;
use super::{sync, Remote, RemoteFile, RemoteProject};
-use crate::binary_view::{BinaryView, BinaryViewExt};
+use crate::binary_view::BinaryView;
use crate::collaboration::undo::{RemoteUndoEntry, RemoteUndoEntryId};
use crate::database::snapshot::Snapshot;
use crate::progress::{NoProgressCallback, ProgressCallback};