소스 검색

Remove unnecessary crate path in type names.

Jing Yang 3 년 전
부모
커밋
0f650beb1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/sync_log_entries.rs

+ 1 - 1
src/sync_log_entries.rs

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