Minor linting

This commit is contained in:
MIIRC 2020-11-13 21:28:23 -05:00
parent 4a34d9af80
commit 0fb41aca58
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ mod tests {
let path = String::from("foo");
let s = Store::from(path.clone());
let e = Store {
path: path,
path,
buffer: vec![],
};
assert_eq!(e, s);