From 2be79622069127cc287c9bc5ee5b1b083ac7948f Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 12 Mar 2020 15:53:11 -0700 Subject: [PATCH] reorder fields to follow struct definition --- src/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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