remove unstable import

This commit is contained in:
Konstantin Stepanov 2015-09-26 17:02:24 +03:00
parent b4066b7339
commit f315a27e3d

View File

@ -1,5 +1,5 @@
use std::convert::AsRef;
use std::fs::{read_dir, PathExt, metadata};
use std::fs::{read_dir, metadata};
use std::path::{Path, PathBuf};
use std::collections::BTreeMap;