Mark pretty_print_ir_symbols public

This commit is contained in:
ayazhafiz 2022-01-13 00:16:43 -05:00
parent 5f216122d6
commit 72ee2d6327
2 changed files with 1 additions and 4 deletions

View file

@ -20,7 +20,7 @@ use roc_types::subs::{Content, FlatType, StorageSubs, Subs, Variable, VariableSu
use std::collections::HashMap;
use ven_pretty::{BoxAllocator, DocAllocator, DocBuilder};
fn pretty_print_ir_symbols() -> bool {
pub fn pretty_print_ir_symbols() -> bool {
#[cfg(debug_assertions)]
if std::env::var("PRETTY_PRINT_IR_SYMBOLS") == Ok("1".into()) {
return true;