aboutsummaryrefslogtreecommitdiff
path: root/src/sync/mpsc/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/mpsc/mod.rs')
-rw-r--r--src/sync/mpsc/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/mpsc/mod.rs b/src/sync/mpsc/mod.rs
index e7033f6..879e3dc 100644
--- a/src/sync/mpsc/mod.rs
+++ b/src/sync/mpsc/mod.rs
@@ -73,7 +73,7 @@
pub(super) mod block;
mod bounded;
-pub use self::bounded::{channel, Permit, Receiver, Sender};
+pub use self::bounded::{channel, OwnedPermit, Permit, Receiver, Sender};
mod chan;