diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-07-21 23:24:42 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-07-22 00:01:26 +0530 |
commit | fda3eb632703a3b11fe586516fe03c5e05a73a45 (patch) | |
tree | a14de65b9a482565e8ba871f48a856147a6be87d /components/script/page.rs | |
parent | 511e3337fb3b1839ac00039d56ef6861762ed5d1 (diff) | |
download | servo-fda3eb632703a3b11fe586516fe03c5e05a73a45.tar.gz servo-fda3eb632703a3b11fe586516fe03c5e05a73a45.zip |
Make struct part of unrooted_must_root handle type parameters
Diffstat (limited to 'components/script/page.rs')
-rw-r--r-- | components/script/page.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/page.rs b/components/script/page.rs index 563cbae1006..3d9dc1d8da7 100644 --- a/components/script/page.rs +++ b/components/script/page.rs @@ -14,6 +14,7 @@ use std::rc::Rc; /// Encapsulates a handle to a frame in a frame tree. #[derive(JSTraceable)] +#[allow(unrooted_must_root)] // FIXME(#6686) this is wrong pub struct Page { /// Pipeline id associated with this page. id: PipelineId, |