[src/file_utils.rs] Don't print to stderr in file_exists.
This commit is contained in:
parent
0d2b49aae7
commit
7d625eb6ff
@ -23,7 +23,6 @@ pub fn file_exists(path: &str) -> bool {
|
||||
_ => {
|
||||
// FIXME: assuming all errors indicate the file doesn't
|
||||
// exist.
|
||||
eprintln!("couldn't stat '{}'", path);
|
||||
false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user