mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make enum/fn part of unrooted_must_root handle type parameters
This commit is contained in:
parent
fda3eb6327
commit
521d8bc32e
3 changed files with 19 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue