fix for rust nightly

This commit is contained in:
Andrew Kelley 2015-01-28 12:43:44 -07:00
parent 1a9cf9bc5c
commit 6a27fa9d26
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ extern crate android_glue;
extern crate glutin;
use std::io::stdio::stdin;
use std::old_io::stdio::stdin;
mod support;