Skip to content

Commit

Permalink
Fix typo in impl Display for Strip
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp authored May 31, 2020
1 parent 00fe8a5 commit 9ae32fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ impl fmt::Display for Strip {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
match *self {
Strip::DebugInfo => "debuginfo",
Strip::None => "abort",
Strip::None => "none",
Strip::Symbols => "symbols",
}
.fmt(f)
Expand Down

0 comments on commit 9ae32fc

Please sign in to comment.