mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
keep ast creation API simple
This commit is contained in:
parent
d6bbdfefa7
commit
183a38fb50
9 changed files with 213 additions and 250 deletions
|
@ -5,6 +5,7 @@ mod traits;
|
|||
mod tokens;
|
||||
mod extensions;
|
||||
mod expr_extensions;
|
||||
pub mod make;
|
||||
|
||||
use std::marker::PhantomData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue