Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent bff7f59 commit e73f596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,8 @@ impl Build {
if !no_defaults {
self.add_default_flags(&mut cmd, &target, &opt_level)?;
} else {
self.cargo_output.print_warning(&"default compiler flags are disabled");
self.cargo_output
.print_warning(&"default compiler flags are disabled");
}

if let Some(ref std) = self.std {
Expand Down

0 comments on commit e73f596

Please sign in to comment.