aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-01-03 19:20:59 -0800
committerGitHub <noreply@github.com>2017-01-03 19:20:59 -0800
commit1e927ca88bf6622d5a87db75863f76976a1df56c (patch)
tree22f2bb7edba60697ec4d6dbfe5bf3a75cfc48029 /components/layout/lib.rs
parent220e6e40142141c8c857da53aafc607923930194 (diff)
parentb9d99390ad4e3f0fc0efa642fa260ca2ed1f7303 (diff)
downloadservo-1e927ca88bf6622d5a87db75863f76976a1df56c.tar.gz
servo-1e927ca88bf6622d5a87db75863f76976a1df56c.zip
Auto merge of #14835 - bholley:external_atomic_refcell, r=Manishearth
Switch to crates.io for atomic_refcell r? @Manishearth See #14828 for backstory. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14835) <!-- Reviewable:end -->
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index b2aaa006a2a..e71616dafed 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -16,6 +16,7 @@
#![plugin(plugins)]
extern crate app_units;
+extern crate atomic_refcell;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;