Hide warnings in pretty module for now

This commit is contained in:
Joscha 2022-11-22 21:50:20 +01:00
parent 736174d470
commit f6c9835e29

View file

@ -1,3 +1,6 @@
// TODO Remove this and print whitespace and comments properly
#![allow(unused_variables)]
use pretty::{Pretty, RcAllocator}; use pretty::{Pretty, RcAllocator};
mod basic; mod basic;