mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove the outdated no_move annotation from GlobalRoot.
This commit is contained in:
parent
a85196398d
commit
69ed59d78f
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ pub enum GlobalRef<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A stack-based rooted reference to a global object.
|
/// A stack-based rooted reference to a global object.
|
||||||
#[no_move]
|
|
||||||
pub enum GlobalRoot {
|
pub enum GlobalRoot {
|
||||||
/// A root for a `Window` object.
|
/// A root for a `Window` object.
|
||||||
Window(Root<window::Window>),
|
Window(Root<window::Window>),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue