diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fullscreen.rs | 1 | ||||
-rw-r--r-- | examples/multiwindow.rs | 1 | ||||
-rw-r--r-- | examples/window.rs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs index 011a7d3..8d59d21 100644 --- a/examples/fullscreen.rs +++ b/examples/fullscreen.rs @@ -1,5 +1,4 @@ #![feature(phase)] -#![feature(tuple_indexing)] #[cfg(target_os = "android")] #[phase(plugin, link)] diff --git a/examples/multiwindow.rs b/examples/multiwindow.rs index ab48b6b..d3961b3 100644 --- a/examples/multiwindow.rs +++ b/examples/multiwindow.rs @@ -1,5 +1,4 @@ #![feature(phase)] -#![feature(tuple_indexing)] #[cfg(target_os = "android")] #[phase(plugin, link)] diff --git a/examples/window.rs b/examples/window.rs index c6051d3..e947234 100644 --- a/examples/window.rs +++ b/examples/window.rs @@ -1,5 +1,4 @@ #![feature(phase)] -#![feature(tuple_indexing)] #[cfg(target_os = "android")] #[phase(plugin, link)] |