Skip to content
Snippets Groups Projects
Commit 651907e2 authored by Matthew Hall's avatar Matthew Hall
Browse files

Update to rust nightly. io => old_io

parent 88f9f7c3
No related branches found
No related tags found
No related merge requests found
extern crate serialize;
extern crate tiled;
use std::io::File;
use std::io::BufferedReader;
use std::old_io::{File, BufferedReader};
use tiled::parse;
fn main() {
......
......@@ -4,7 +4,7 @@ extern crate flate2;
extern crate xml;
extern crate "rustc-serialize" as serialize;
use std::io::{BufReader, IoError, EndOfFile};
use std::old_io::{BufReader, IoError, EndOfFile};
use std::str::FromStr;
use std::collections::HashMap;
use std::fmt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment