Anything for you mr paperclippy

This commit is contained in:
ayazhafiz 2022-01-11 19:07:18 -05:00
parent 8d372edda1
commit c38ca2dfa4

View file

@ -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!