Skip to content

Commit 548b8ce

Browse files
committed
auto merge of #12101 : csherratt/rust/master, r=alexcrichton
CowArc was crated before libsync and the merge request did not contain the required export change.
2 parents b60bed9 + 0640fc3 commit 548b8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsync/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#[crate_type = "dylib"];
1818
#[license = "MIT/ASL2"];
1919

20-
pub use arc::{Arc, MutexArc, RWArc, RWWriteMode, RWReadMode, Condvar};
20+
pub use arc::{Arc, MutexArc, RWArc, RWWriteMode, RWReadMode, Condvar, CowArc};
2121
pub use sync::{Mutex, RWLock, Condvar, Semaphore, RWLockWriteMode,
2222
RWLockReadMode, Barrier, one, mutex};
2323
pub use comm::{DuplexStream, SyncChan, SyncPort, rendezvous};

0 commit comments

Comments
 (0)