Skip to content

Commit e586515

Browse files
author
Mikhail Vasilyev
committed
local_channel alias
1 parent b1bf132 commit e586515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/local_sync/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub mod oneshot;
55
pub mod semaphore;
66
mod shared_state;
77

8-
pub use channel::channel;
8+
pub use channel as local_channel;
99
pub use condvar::condvar;
1010
pub use local_shared::LocalShared;
1111
pub use oneshot::oneshot;

0 commit comments

Comments
 (0)