TablePrinter should be pub
This commit is contained in:
parent
c3397d5238
commit
efe1577f02
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ impl FilePrinter for SimplePrinter {
|
|||
|
||||
}
|
||||
|
||||
struct TablePrinter {
|
||||
pub struct TablePrinter {
|
||||
verbose: bool,
|
||||
debug: bool,
|
||||
sp: SimplePrinter,
|
||||
|
|
Loading…
Reference in a new issue