reorder fields to follow struct definition
This commit is contained in:
parent
e7cb285183
commit
2be7962206
|
|
@ -113,8 +113,8 @@ impl DB {
|
||||||
// pass `PathBuf::from(path_str)`
|
// pass `PathBuf::from(path_str)`
|
||||||
self.dirs.push(Dir {
|
self.dirs.push(Dir {
|
||||||
path: path.display().to_string(),
|
path: path.display().to_string(),
|
||||||
last_accessed: epoch,
|
|
||||||
rank,
|
rank,
|
||||||
|
last_accessed: epoch,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
[] | [""] => {} // ignore blank lines
|
[] | [""] => {} // ignore blank lines
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue