Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent eed2e27 commit bff7f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ 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 bff7f59

Please sign in to comment.