diff options
Diffstat (limited to 'src/osx')
-rw-r--r-- | src/osx/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osx/mod.rs b/src/osx/mod.rs index 80e08da..8e8b194 100644 --- a/src/osx/mod.rs +++ b/src/osx/mod.rs @@ -78,7 +78,7 @@ unsafe impl Send for Window {} unsafe impl Sync for Window {} #[cfg(feature = "window")] -#[deriving(Clone)] +#[derive(Clone)] pub struct WindowProxy; impl WindowProxy { |