diff options
author | Aleksey Kladov <[email protected]> | 2020-07-08 21:47:50 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-08 21:47:50 +0100 |
commit | e4b4600752d3c7102f01d074c25b4798b75c2bed (patch) | |
tree | 22314d5486cc166bc6bb679c45ac78dd1064b340 /crates/vfs-notify | |
parent | e8bb153b19ffa0ad815eb8934d40cd89ce550b99 (diff) |
better language
Diffstat (limited to 'crates/vfs-notify')
-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, |