Remove the reference to WalkdirLoaderHandle in vfs documentation

This structure was deleted in commit #dad1333
This commit is contained in:
Arnaud 2021-01-07 11:09:08 +01:00
parent 171c3c08fe
commit b6669b1c9b

View File

@ -18,9 +18,6 @@
//! free-form via list of globs, it's up to the `Handle` to interpret the globs //! free-form via list of globs, it's up to the `Handle` to interpret the globs
//! in any specific way. //! 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 //! VFS stores a flat list of files. `FileSet` can partition this list of files
//! into disjoint sets of files. Traversal-like operations (including getting //! into disjoint sets of files. Traversal-like operations (including getting
//! the neighbor file by the relative path) are handled by the `FileSet`. //! the neighbor file by the relative path) are handled by the `FileSet`.