Store character rules’ matches in a set, not a vector
This commit is contained in:
parent
5ed5ae7514
commit
716a4a4259
9 changed files with 218 additions and 218 deletions
|
|
@ -4,7 +4,6 @@ using std::string;
|
|||
using std::to_string;
|
||||
using std::unordered_map;
|
||||
using std::unordered_set;
|
||||
using std::vector;
|
||||
using tree_sitter::rules::Symbol;
|
||||
|
||||
namespace tree_sitter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue