Explorar o código

Remove unnecessary crate path in type names.

Jing Yang %!s(int64=3) %!d(string=hai) anos
pai
achega
0f650beb1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {