From 69ed59d78fb50b2d5a7bdf9f13b42874888f1ce5 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 14 Sep 2015 17:28:02 +0200 Subject: [PATCH] Remove the outdated no_move annotation from GlobalRoot. --- components/script/dom/bindings/global.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/script/dom/bindings/global.rs b/components/script/dom/bindings/global.rs index f968305e08b..ae68290166c 100644 --- a/components/script/dom/bindings/global.rs +++ b/components/script/dom/bindings/global.rs @@ -38,7 +38,6 @@ pub enum GlobalRef<'a> { } /// A stack-based rooted reference to a global object. -#[no_move] pub enum GlobalRoot { /// A root for a `Window` object. Window(Root),