mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
introduce ra_vfs_glob crate
It manages exclusion rules for the vfs crate
This commit is contained in:
parent
c971869104
commit
34203256bf
12 changed files with 173 additions and 143 deletions
|
@ -4,7 +4,6 @@ mod conv;
|
|||
mod main_loop;
|
||||
mod markdown;
|
||||
mod project_model;
|
||||
mod vfs_filter;
|
||||
pub mod req;
|
||||
pub mod init;
|
||||
mod world;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue