- One has to think about lifetimes if a type has one:
- `<&'a Node<'tree>>::language` now returns `LanguageRef<'tree>` instead of
`LanguageRef<'a>`, as it should;
- Remove explicit "outlives" requirements from `QueryMatches`, `QueryCaptures`,
and their impl blocks, because they're inferred
- Removed unnecessary `&mut` from `cst_render_node`'s `cursor` parameter
|
||
|---|---|---|
| .. | ||
| build_tables | ||
| prepare_grammar | ||
| templates | ||
| build_tables.rs | ||
| dedup.rs | ||
| dsl.js | ||
| generate.rs | ||
| grammars.rs | ||
| nfa.rs | ||
| node_types.rs | ||
| parse_grammar.rs | ||
| parser.h.inc | ||
| prepare_grammar.rs | ||
| quickjs.rs | ||
| render.rs | ||
| rules.rs | ||
| tables.rs | ||