Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)

This commit is contained in:
Anthony Ramine 2016-08-13 14:55:01 +02:00
parent 9f5122f487
commit fc6faf72ee
7 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@ use std::cmp;
use std::default::Default;
use std::env;
use std::fs::{self, File};
use std::io::{self, Read, Write, stderr};
use std::io::{self, Read, Write};
use std::path::{Path, PathBuf};
use std::process;
use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering};