mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
introduce syntax-ptr
This commit is contained in:
parent
bc4de7128f
commit
950e8b8182
4 changed files with 75 additions and 5 deletions
|
@ -12,6 +12,7 @@ mod descriptors;
|
|||
mod imp;
|
||||
mod symbol_index;
|
||||
mod completion;
|
||||
mod syntax_ptr;
|
||||
|
||||
use std::{
|
||||
fmt,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue