Browse Source

Remove unnecessary crate path in type names.

Jing Yang 3 năm trước cách đây
mục cha
commit
0f650beb1e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/sync_log_entries.rs

+ 1 - 1
src/sync_log_entries.rs

@@ -34,7 +34,7 @@ impl Event {
 
 #[derive(Clone)]
 pub(crate) struct SyncLogEntriesComms {
-    tx: crate::utils::SharedSender<Event>,
+    tx: SharedSender<Event>,
 }
 
 impl SyncLogEntriesComms {