mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Resolve 2 unneeded_field_pattern lint warnings
This commit is contained in:
parent
b98fd0e8bd
commit
d0624dfcd7
@ -261,12 +261,7 @@ impl ProjectBuilder {
|
||||
symlink.mk();
|
||||
}
|
||||
|
||||
let ProjectBuilder {
|
||||
root,
|
||||
files: _,
|
||||
symlinks: _,
|
||||
..
|
||||
} = self;
|
||||
let ProjectBuilder { root, .. } = self;
|
||||
root
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user