think that replaces all the printlns I care about
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::syntax::ast::{ConstantType, Expression, Program, Statement, TopLevel, Value};
|
||||
use crate::util::pretty::{Allocator, derived_display};
|
||||
use crate::util::pretty::{derived_display, Allocator};
|
||||
use pretty::{DocAllocator, DocBuilder};
|
||||
|
||||
impl Program {
|
||||
@@ -154,4 +154,4 @@ derived_display!(Program);
|
||||
derived_display!(TopLevel);
|
||||
derived_display!(Statement);
|
||||
derived_display!(Expression);
|
||||
derived_display!(Value);
|
||||
derived_display!(Value);
|
||||
|
||||
Reference in New Issue
Block a user