Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Oct 6, 2024
1 parent d33d30f commit d934755
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1952,12 +1952,10 @@ impl Build {
} else {
"-MT"
}
} else if debug {
"-MDd"
} else {
if debug {
"-MDd"
} else {
"-MD"
}
"-MD"
}
}
};
Expand Down

0 comments on commit d934755

Please sign in to comment.