aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/src
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-23 14:58:45 +0100
committerGitHub <[email protected]>2020-07-23 14:58:45 +0100
commit7bada8a76dd6438cb6549d735d06e60fc50f6388 (patch)
tree31e30e51dc863c01a3e1befa43ef58c6089c41dd /crates/vfs/src
parent83f364523f6874e52ed8db50be00fd28bdb57b94 (diff)
parentb68ef1231daf6eb1abeb06a30dc89af1254b833d (diff)
Merge #5473
5473: Changes to rust-project.json r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/vfs/src')
-rw-r--r--crates/vfs/src/loader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vfs/src/loader.rs b/crates/vfs/src/loader.rs
index 04e257f53..40cf96020 100644
--- a/crates/vfs/src/loader.rs
+++ b/crates/vfs/src/loader.rs
@@ -17,7 +17,7 @@ pub enum Entry {
17/// * it is not under `exclude` path 17/// * it is not under `exclude` path
18/// 18///
19/// If many include/exclude paths match, the longest one wins. 19/// If many include/exclude paths match, the longest one wins.
20#[derive(Debug, Clone)] 20#[derive(Debug, Clone, Default)]
21pub struct Directories { 21pub struct Directories {
22 pub extensions: Vec<String>, 22 pub extensions: Vec<String>,
23 pub include: Vec<AbsPathBuf>, 23 pub include: Vec<AbsPathBuf>,