diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-08 23:11:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-08 23:11:52 +0100 |
commit | a61c8481571f8d8e6e08df9024d8dad5efc883de (patch) | |
tree | 0b873401a6c76260c30f34a4de583294aa9cdcc6 /crates/vfs-notify | |
parent | 39182dbc733aa85f210f880fe364ea7d7ec47181 (diff) | |
parent | abbb539f973ee4558f6ea7922794887962128987 (diff) |
Merge #5273
5273: Refactor hover tests r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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, |