Skip to content

Commit 15bb455

Browse files
committed
Auto merge of #8299 - kpp:master, r=ehuss
Fix typo in impl Display for Strip
2 parents 00fe8a5 + 9ae32fc commit 15bb455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/profiles.rs

+1-1
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)