TablePrinter should be pub

This commit is contained in:
Matthias Beyer 2015-12-01 10:16:38 +01:00
parent c3397d5238
commit efe1577f02

View file

@ -69,7 +69,7 @@ impl FilePrinter for SimplePrinter {
} }
struct TablePrinter { pub struct TablePrinter {
verbose: bool, verbose: bool,
debug: bool, debug: bool,
sp: SimplePrinter, sp: SimplePrinter,