Skip to content

Commit

Permalink
refactor: Delete unnecessary name assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nasa committed Jan 11, 2019
1 parent bce3083 commit 3aaeee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ impl ser::Serialize for Target {
kind: &self.kind,
crate_types: self.rustc_crate_types(),
name: &self.name,
src_path: src_path,
src_path,
edition: &self.edition.to_string(),
required_features: self
.required_features
Expand Down

0 comments on commit 3aaeee5

Please sign in to comment.