aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-01-29 01:17:09 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-01-29 01:17:09 +0100
commit5611a3251391755dc943b17d9b3610710ecf2e3a (patch)
treea9002a2ce95e239dc80dc53a1795b7a6da7e4b9c /examples
parent1a9cf9bc5c6e9251c8035e8412edafe4bfa8869d (diff)
parent6a27fa9d266b5e261a2b9f9e071680f06fb6d904 (diff)
downloadglutin-5611a3251391755dc943b17d9b3610710ecf2e3a.tar.gz
glutin-5611a3251391755dc943b17d9b3610710ecf2e3a.zip
Merge pull request #238 from andrewrk/master
fix for rust nightly
Diffstat (limited to 'examples')
-rw-r--r--examples/fullscreen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs
index c07edaa..30c9527 100644
--- a/examples/fullscreen.rs
+++ b/examples/fullscreen.rs
@@ -4,7 +4,7 @@ extern crate android_glue;
extern crate glutin;
-use std::io::stdio::stdin;
+use std::old_io::stdio::stdin;
mod support;