diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-09-14 17:28:02 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-09-16 16:28:59 +0200 |
commit | 69ed59d78fb50b2d5a7bdf9f13b42874888f1ce5 (patch) | |
tree | a7f8e0085ff7a216304696e55c6a9f5b408cc1ff /components/script/dom/bindings/global.rs | |
parent | a85196398da7d6328163f0b5b7d35f6fef5f5499 (diff) | |
download | servo-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.rs | 1 |
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>), |