Resolve 2 unneeded_field_pattern lint warnings

This commit is contained in:
Dale Wijnand 2018-08-13 10:41:37 +01:00
parent b98fd0e8bd
commit d0624dfcd7
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF

View File

@ -261,12 +261,7 @@ impl ProjectBuilder {
symlink.mk();
}
let ProjectBuilder {
root,
files: _,
symlinks: _,
..
} = self;
let ProjectBuilder { root, .. } = self;
root
}