diff --git a/src/db.rs b/src/db.rs index 7bc29c1..7e6896c 100644 --- a/src/db.rs +++ b/src/db.rs @@ -113,8 +113,8 @@ impl DB { // pass `PathBuf::from(path_str)` self.dirs.push(Dir { path: path.display().to_string(), - last_accessed: epoch, rank, + last_accessed: epoch, }); } [] | [""] => {} // ignore blank lines