diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-07-21 23:41:19 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-07-22 10:44:26 +0530 |
commit | 521d8bc32e25ee31a0ccc9de77720207b69ac358 (patch) | |
tree | f83d8f10fe1c8778069cb6bdf072815a14e8ffe4 /components/script/page.rs | |
parent | fda3eb632703a3b11fe586516fe03c5e05a73a45 (diff) | |
download | servo-521d8bc32e25ee31a0ccc9de77720207b69ac358.tar.gz servo-521d8bc32e25ee31a0ccc9de77720207b69ac358.zip |
Make enum/fn part of unrooted_must_root handle type parameters
Diffstat (limited to 'components/script/page.rs')
-rw-r--r-- | components/script/page.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/page.rs b/components/script/page.rs index 3d9dc1d8da7..1286a1427f1 100644 --- a/components/script/page.rs +++ b/components/script/page.rs @@ -14,7 +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 +#[allow(unrooted_must_root)] // FIXME(#6687) this is wrong pub struct Page { /// Pipeline id associated with this page. id: PipelineId, |