mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Get rid of dead code warning
This commit is contained in:
parent
0f19ecbb86
commit
a9a1ae1511
1 changed files with 1 additions and 0 deletions
|
@ -1462,6 +1462,7 @@ fn stringify_command(cmd: &Command) -> String {
|
||||||
String::from(command_string.to_str().unwrap())
|
String::from(command_string.to_str().unwrap())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(debug_assertions)]
|
||||||
fn print_command_str(s: &str) {
|
fn print_command_str(s: &str) {
|
||||||
println!("\nRoc build command:\n{}\n", s);
|
println!("\nRoc build command:\n{}\n", s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue