mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
move fuzzy source binding to a separete mode
This commit is contained in:
parent
7960c8b276
commit
4344264024
7 changed files with 121 additions and 131 deletions
|
@ -22,6 +22,7 @@ mod function;
|
|||
mod module;
|
||||
mod path;
|
||||
mod arena;
|
||||
pub mod source_binder;
|
||||
|
||||
use std::ops::Index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue