diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-23 14:58:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-23 14:58:45 +0100 |
commit | 7bada8a76dd6438cb6549d735d06e60fc50f6388 (patch) | |
tree | 31e30e51dc863c01a3e1befa43ef58c6089c41dd /crates/vfs | |
parent | 83f364523f6874e52ed8db50be00fd28bdb57b94 (diff) | |
parent | b68ef1231daf6eb1abeb06a30dc89af1254b833d (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')
-rw-r--r-- | crates/vfs/src/loader.rs | 2 |
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)] |
21 | pub struct Directories { | 21 | pub struct Directories { |
22 | pub extensions: Vec<String>, | 22 | pub extensions: Vec<String>, |
23 | pub include: Vec<AbsPathBuf>, | 23 | pub include: Vec<AbsPathBuf>, |