Clean up using statements
This commit is contained in:
parent
a8588cd4d3
commit
812f27f43a
11 changed files with 66 additions and 67 deletions
|
|
@ -48,7 +48,7 @@ namespace tree_sitter {
|
|||
}
|
||||
};
|
||||
|
||||
set<rules::Symbol> first_set(const rules::rule_ptr &rule, const Grammar &grammar) {
|
||||
set<Symbol> first_set(const rule_ptr &rule, const Grammar &grammar) {
|
||||
return FirstSetVisitor::apply(rule, grammar);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue