Merge pull request #694 from ebfe/travis-nightly

Fix test build
This commit is contained in:
Heather 2015-09-28 12:18:09 +04:00
commit e82244d604

View file

@ -1,7 +1,7 @@
#![allow(dead_code)]
use std::env;
use std::fs::{self, File, PathExt};
use std::fs::{self, File};
use std::io::{Read, Write};
#[cfg(unix)]
use std::os::unix::fs::symlink as symlink_file;