diff options
Diffstat (limited to 'crates/vfs-notify/src/include.rs')
-rw-r--r-- | crates/vfs-notify/src/include.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/vfs-notify/src/include.rs b/crates/vfs-notify/src/include.rs index 7378766f5..72f928536 100644 --- a/crates/vfs-notify/src/include.rs +++ b/crates/vfs-notify/src/include.rs | |||
@@ -9,8 +9,8 @@ use paths::{RelPath, RelPathBuf}; | |||
9 | /// | 9 | /// |
10 | /// It describes the set of files inside some directory. | 10 | /// It describes the set of files inside some directory. |
11 | /// | 11 | /// |
12 | /// The current implementation is very limited, it allows white-listing file | 12 | /// The current implementation is very limited, it allows including file globs |
13 | /// globs and black-listing directories. | 13 | /// and recursively excluding directories. |
14 | #[derive(Debug, Clone)] | 14 | #[derive(Debug, Clone)] |
15 | pub(crate) struct Include { | 15 | pub(crate) struct Include { |
16 | include_files: GlobSet, | 16 | include_files: GlobSet, |