diff --git a/src/pretty.rs b/src/pretty.rs index 20844f6..cb1d34f 100644 --- a/src/pretty.rs +++ b/src/pretty.rs @@ -1,3 +1,6 @@ +// TODO Remove this and print whitespace and comments properly +#![allow(unused_variables)] + use pretty::{Pretty, RcAllocator}; mod basic;