mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Mark pretty_print_ir_symbols public
This commit is contained in:
parent
5f216122d6
commit
72ee2d6327
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue