From 95f82927b37e27f1880e9941b316227f6c6baebc Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 19 Dec 2014 05:00:43 +1000 Subject: [PATCH] Change todo to unimplemented --- src/android/mod.rs | 2 +- src/win32/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/android/mod.rs b/src/android/mod.rs index fd0a8574..8bc82ceb 100644 --- a/src/android/mod.rs +++ b/src/android/mod.rs @@ -281,7 +281,7 @@ pub struct WindowProxy; impl WindowProxy { pub fn wakeup_event_loop(&self) { - // TODO + unimplemented!() } } diff --git a/src/win32/mod.rs b/src/win32/mod.rs index 099c1262..978e3b5d 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -89,7 +89,7 @@ pub struct WindowProxy; impl WindowProxy { pub fn wakeup_event_loop(&self) { - // TODO + unimplemented!() } }