mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Anything for you mr paperclippy
This commit is contained in:
parent
8d372edda1
commit
c38ca2dfa4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ fn pretty_print_ir_symbols() -> bool {
|
||||||
if std::env::var("PRETTY_PRINT_IR_SYMBOLS") == Ok("1".into()) {
|
if std::env::var("PRETTY_PRINT_IR_SYMBOLS") == Ok("1".into()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
// if your changes cause this number to go down, great!
|
// if your changes cause this number to go down, great!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue