Skip to content

Commit

Permalink
Merge pull request rust-lang#244 from dwrensha/bilock-public-types
Browse files Browse the repository at this point in the history
Export BiLockAcquire and BiLockAcquired.
  • Loading branch information
alexcrichton committed Nov 12, 2016
2 parents 9b188ef + 9fb5200 commit 79e6a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/mod.rs
Expand Up @@ -9,4 +9,4 @@ pub mod oneshot;
pub mod spsc;
mod bilock;

pub use self::bilock::BiLock;
pub use self::bilock::{BiLock, BiLockAcquire, BiLockAcquired};

0 comments on commit 79e6a46

Please sign in to comment.