aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cursor.rs
diff options
context:
space:
mode:
authorSteven Sheldon <steven@sasheldon.com>2015-04-03 02:31:15 -0700
committerSteven Sheldon <steven@sasheldon.com>2015-04-03 02:31:15 -0700
commit9c21758bb73f18cf8f6a3f61f426af8bde00964a (patch)
tree777ac6e5172a89729f79271aea18d004a4d2b190 /examples/cursor.rs
parenta65a4fd15a3d9736cd9842b4fe3ea8c944188557 (diff)
downloadglutin-9c21758bb73f18cf8f6a3f61f426af8bde00964a.tar.gz
glutin-9c21758bb73f18cf8f6a3f61f426af8bde00964a.zip
Removed unused features from build and examples.
Diffstat (limited to 'examples/cursor.rs')
-rw-r--r--examples/cursor.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/cursor.rs b/examples/cursor.rs
index c5bcbd6..0dced66 100644
--- a/examples/cursor.rs
+++ b/examples/cursor.rs
@@ -1,5 +1,3 @@
-#![feature(std_misc)]
-
#[cfg(target_os = "android")]
#[macro_use]
extern crate android_glue;