Skip to content

Commit 348043a

Browse files
committed
Fix typo
1 parent d36e793 commit 348043a

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
@@ -804,7 +804,7 @@ pub enum Strip {
804804
impl fmt::Display for Strip {
805805
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
806806
match *self {
807-
Strip::DebugInfo => "unwind",
807+
Strip::DebugInfo => "debuginfo",
808808
Strip::None => "abort",
809809
Strip::Symbols => "symbols",
810810
}

0 commit comments

Comments
 (0)