Skip to content

Commit 3aaeee5

Browse files
committed
refactor: Delete unnecessary name assignment
1 parent bce3083 commit 3aaeee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ impl ser::Serialize for Target {
286286
kind: &self.kind,
287287
crate_types: self.rustc_crate_types(),
288288
name: &self.name,
289-
src_path: src_path,
289+
src_path,
290290
edition: &self.edition.to_string(),
291291
required_features: self
292292
.required_features

0 commit comments

Comments
 (0)