diff options
author | Akshay <[email protected]> | 2021-11-03 09:18:35 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-08 05:03:13 +0000 |
commit | 4e063b2abc402ac4d6902647e821978269025c7d (patch) | |
tree | a8935a5432fe86d0e5facb9ff8acc71edcb7f782 /vfs | |
parent | 78decf580d22fa792c19c40ace39762fb027067c (diff) |
add snapshot test suitesnapshot-tests
Diffstat (limited to 'vfs')
-rw-r--r-- | vfs/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs/src/lib.rs b/vfs/src/lib.rs index 8b5df79..cd6cc03 100644 --- a/vfs/src/lib.rs +++ b/vfs/src/lib.rs | |||
@@ -7,7 +7,7 @@ use std::{ | |||
7 | use indexmap::IndexSet; | 7 | use indexmap::IndexSet; |
8 | 8 | ||
9 | #[derive(Copy, Clone, Debug, PartialEq, PartialOrd, Eq, Ord, Hash)] | 9 | #[derive(Copy, Clone, Debug, PartialEq, PartialOrd, Eq, Ord, Hash)] |
10 | pub struct FileId(u32); | 10 | pub struct FileId(pub u32); |
11 | 11 | ||
12 | #[derive(Debug, Default)] | 12 | #[derive(Debug, Default)] |
13 | pub struct Interner { | 13 | pub struct Interner { |