aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/global.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-09-14 17:28:02 +0200
committerMs2ger <Ms2ger@gmail.com>2015-09-16 16:28:59 +0200
commit69ed59d78fb50b2d5a7bdf9f13b42874888f1ce5 (patch)
treea7f8e0085ff7a216304696e55c6a9f5b408cc1ff /components/script/dom/bindings/global.rs
parenta85196398da7d6328163f0b5b7d35f6fef5f5499 (diff)
downloadservo-69ed59d78fb50b2d5a7bdf9f13b42874888f1ce5.tar.gz
servo-69ed59d78fb50b2d5a7bdf9f13b42874888f1ce5.zip
Remove the outdated no_move annotation from GlobalRoot.
Diffstat (limited to 'components/script/dom/bindings/global.rs')
-rw-r--r--components/script/dom/bindings/global.rs1
1 files changed, 0 insertions, 1 deletions
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<window::Window>),