Fix lint in tests

This commit is contained in:
Felix Krull 2019-10-31 15:12:04 +01:00 committed by Colin Walters
parent d2e384a39f
commit bf27ba5dc0

View File

@ -120,7 +120,7 @@ fn copy_file(src: &TestRepo, dest: &TestRepo, obj: &ObjectName) {
assert_eq!(out_csum.to_string(), obj.checksum());
}
fn copy_metadata(src: &TestRepo, dest: &TestRepo, obj: &ObjectName) -> () {
fn copy_metadata(src: &TestRepo, dest: &TestRepo, obj: &ObjectName) {
let data = src
.repo
.load_variant(obj.object_type(), obj.checksum())