diff options
author | Tawhid Hannan <t.hannan93@gmail.com> | 2017-01-22 20:12:07 +0000 |
---|---|---|
committer | Tawhid Hannan <t.hannan93@gmail.com> | 2017-01-22 20:12:07 +0000 |
commit | 072ca3bd03d11a8f1582a9ad409790a6d189ef34 (patch) | |
tree | 7f417e06180d209a08a6ba478612c288a32a5ad5 /components/script/test.rs | |
parent | dc9706cf699dad0e0441b341b8d9d0b4ed7d7185 (diff) | |
download | servo-072ca3bd03d11a8f1582a9ad409790a6d189ef34.tar.gz servo-072ca3bd03d11a8f1582a9ad409790a6d189ef34.zip |
Added compiletest to verify TrustedPromise does not implement Clone
Diffstat (limited to 'components/script/test.rs')
-rw-r--r-- | components/script/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/test.rs b/components/script/test.rs index 83523c47817..9aeff2a22a5 100644 --- a/components/script/test.rs +++ b/components/script/test.rs @@ -9,6 +9,7 @@ pub use dom::headers::normalize_value; pub use dom::bindings::cell::DOMRefCell; pub use dom::bindings::js::JS; pub use dom::node::Node; +pub use dom::bindings::refcounted::TrustedPromise; pub mod area { pub use dom::htmlareaelement::{Area, Shape}; |