Move RacyCell to std::comm

RacyCell is not exactly what we'd like as a final implementation for
this. Therefore, we're moving it under `std::comm` and also making it
private.
This commit is contained in:
Flavio Percoco
2014-12-22 12:29:46 +01:00
parent f436f9ca29
commit e2116c8fba
8 changed files with 61 additions and 47 deletions

View File

@@ -127,7 +127,7 @@
use any::Any;
use borrow::IntoCow;
use boxed::Box;
use cell::RacyCell;
use comm::RacyCell;
use clone::Clone;
use kinds::{Send, Sync};
use ops::{Drop, FnOnce};