mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-04 17:40:50 +00:00
⬆️ rowan
This commit is contained in:
parent
c6e4cadfce
commit
193b1a7437
5 changed files with 12 additions and 11 deletions
|
@ -40,7 +40,7 @@ pub use rowan::{Direction, NodeOrToken};
|
|||
|
||||
pub struct SyntaxTreeBuilder {
|
||||
errors: Vec<SyntaxError>,
|
||||
inner: GreenNodeBuilder,
|
||||
inner: GreenNodeBuilder<'static>,
|
||||
}
|
||||
|
||||
impl Default for SyntaxTreeBuilder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue