Make SymbolTables.tables private

This commit is contained in:
pjht 2022-10-26 10:32:05 -05:00
parent 78596ae117
commit 41af1a55d9

View File

@ -54,7 +54,7 @@ impl Display for BreakpointDisplayer<'_> {
}
pub struct SymbolTables {
pub tables: IndexMap<String, SymbolTable>,
tables: IndexMap<String, SymbolTable>,
}
impl SymbolTables {