Remove unused metadata import

This commit is contained in:
Denis Kolodin 2016-11-01 11:19:08 +03:00
parent eb65f3fd1e
commit b0d33e76ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use std::path::{Path, Component};
use std::error::Error;
use std::io::{self, Read};
use std::fs::{self, metadata, File};
use std::fs::{self, File};
/// Takes a path to a file and try to read the file into a String