From b6669b1c9b59c62c3347b0ed8e79d80831a8af66 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 7 Jan 2021 11:09:08 +0100 Subject: Remove the reference to `WalkdirLoaderHandle` in vfs documentation This structure was deleted in commit #dad1333 --- crates/vfs/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/vfs/src/lib.rs b/crates/vfs/src/lib.rs index 9cf2afd33..9999bbb9e 100644 --- a/crates/vfs/src/lib.rs +++ b/crates/vfs/src/lib.rs @@ -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`. -- cgit v1.2.3