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 path = String::from("foo");
let s = Store::from(path.clone()); let s = Store::from(path.clone());
let e = Store { let e = Store {
path: path, path,
buffer: vec![], buffer: vec![],
}; };
assert_eq!(e, s); assert_eq!(e, s);