mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Remove the reference to WalkdirLoaderHandle
in vfs documentation
This structure was deleted in commit #dad1333
This commit is contained in:
parent
171c3c08fe
commit
b6669b1c9b
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@
|
|||
//! free-form via list of globs, it's up to the `Handle` to interpret the globs
|
||||
//! in any specific way.
|
||||
//!
|
||||
//! A simple `WalkdirLoaderHandle` is provided, which doesn't implement watching
|
||||
//! and just scans the directory using walkdir.
|
||||
//!
|
||||
//! VFS stores a flat list of files. `FileSet` can partition this list of files
|
||||
//! into disjoint sets of files. Traversal-like operations (including getting
|
||||
//! the neighbor file by the relative path) are handled by the `FileSet`.
|
||||
|
|
Loading…
Reference in a new issue