Remove the outdated no_move annotation from GlobalRoot.

This commit is contained in:
Ms2ger 2015-09-14 17:28:02 +02:00
parent a85196398d
commit 69ed59d78f

View file

@ -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>),