Skip to content

Commit 30eb857

Browse files
authored
Merge pull request #175 from DenisKolodin/metadata-remove
Remove unused metadata import
2 parents eb65f3f + b0d33e7 commit 30eb857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::path::{Path, Component};
22
use std::error::Error;
33
use std::io::{self, Read};
4-
use std::fs::{self, metadata, File};
4+
use std::fs::{self, File};
55

66
/// Takes a path to a file and try to read the file into a String
77

0 commit comments

Comments
 (0)