mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
fix usages after rename
This commit is contained in:
parent
1967884d68
commit
fa3c9ce392
10 changed files with 62 additions and 45 deletions
|
@ -1,3 +1,8 @@
|
|||
//! This crate provides thouse IDE features which use only a single file.
|
||||
//!
|
||||
//! This usually means functions which take sytnax tree as an input and produce
|
||||
//! an edit or some auxilarly info.
|
||||
|
||||
pub mod assists;
|
||||
mod extend_selection;
|
||||
mod folding_ranges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue