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