Style and docs

This commit is contained in:
arkpar
2016-12-12 23:21:44 +01:00
parent 85fd62917a
commit 5fd2e15313
2 changed files with 1 additions and 2 deletions

View File

@@ -130,7 +130,6 @@ pub fn upgrade(db_path: Option<&str>) -> Result<usize, Error> {
})
}
fn file_exists(path: &Path) -> bool {
match fs::metadata(&path) {
Err(ref e) if e.kind() == io::ErrorKind::NotFound => false,