Skip to content

Commit 9ae32fc

Browse files
authored
Fix typo in impl Display for Strip
1 parent 00fe8a5 commit 9ae32fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/profiles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ impl fmt::Display for Strip {
802802
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
803803
match *self {
804804
Strip::DebugInfo => "debuginfo",
805-
Strip::None => "abort",
805+
Strip::None => "none",
806806
Strip::Symbols => "symbols",
807807
}
808808
.fmt(f)

0 commit comments

Comments
 (0)