Make SymbolTables.tables private
This commit is contained in:
parent
78596ae117
commit
41af1a55d9
@ -54,7 +54,7 @@ impl Display for BreakpointDisplayer<'_> {
|
||||
}
|
||||
|
||||
pub struct SymbolTables {
|
||||
pub tables: IndexMap<String, SymbolTable>,
|
||||
tables: IndexMap<String, SymbolTable>,
|
||||
}
|
||||
|
||||
impl SymbolTables {
|
||||
|
Loading…
Reference in New Issue
Block a user