aboutsummaryrefslogtreecommitdiffstats
path: root/src/osx/mod.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-01-03 23:11:59 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-01-03 23:15:39 +0100
commit4c5e430dd3fcd38c29bfbc20dc0cc65defd33224 (patch)
tree438ed8c0ce41fa513e92a4dd0696bf4114df38fa /src/osx/mod.rs
parentebe32bb2d803bc22c4b309acbbd48f3dc2a12127 (diff)
downloadglutin-4c5e430dd3fcd38c29bfbc20dc0cc65defd33224.tar.gz
glutin-4c5e430dd3fcd38c29bfbc20dc0cc65defd33224.zip
Update for Rustc
Diffstat (limited to 'src/osx/mod.rs')
-rw-r--r--src/osx/mod.rs2
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 {