Get rid of dead code warning

This commit is contained in:
Brian Carroll 2024-02-06 08:15:38 +00:00
parent 0f19ecbb86
commit a9a1ae1511
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0

View file

@ -1462,6 +1462,7 @@ fn stringify_command(cmd: &Command) -> String {
String::from(command_string.to_str().unwrap())
}
#[cfg(debug_assertions)]
fn print_command_str(s: &str) {
println!("\nRoc build command:\n{}\n", s);
}