Reimplement AtomicRefCell as a fork of RefCell.

This commit is contained in:
Bobby Holley 2017-01-01 14:17:39 -08:00
parent 79a552ea45
commit c26b4bed60
3 changed files with 371 additions and 96 deletions

View file

@ -89,7 +89,6 @@ extern crate time;
extern crate unicode_segmentation;
pub mod animation;
#[allow(missing_docs)] // TODO: Under a rewrite.
pub mod atomic_refcell;
#[allow(missing_docs)] // TODO.
pub mod attr;