⬆️ rowan

This commit is contained in:
Aleksey Kladov 2019-12-04 17:15:55 +01:00
parent c6e4cadfce
commit 193b1a7437
5 changed files with 12 additions and 11 deletions

View file

@ -40,7 +40,7 @@ pub use rowan::{Direction, NodeOrToken};
pub struct SyntaxTreeBuilder {
errors: Vec<SyntaxError>,
inner: GreenNodeBuilder,
inner: GreenNodeBuilder<'static>,
}
impl Default for SyntaxTreeBuilder {