Skip to content

Commit a0324a5

Browse files
bors[bot]rherrmann
andauthored
Merge #5879
5879: Update mentions of 'ra_vfs' in architecture doc r=matklad a=rherrmann Adjust the paragraph about `ra_vfs` to point to the `vfs` crate that is used now. Co-authored-by: Rüdiger Herrmann <ruediger.herrmann@gmx.de>
2 parents d58a3a2 + 3dbe062 commit a0324a5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/dev/architecture.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,12 @@ offsets and strings as output. This works on top of rich code model powered by
138138

139139
An LSP implementation which wraps `ide` into a language server protocol.
140140

141-
### `ra_vfs`
141+
### `crates/vfs`
142142

143143
Although `hir` and `ide` don't do any IO, we need to be able to read
144-
files from disk at the end of the day. This is what `ra_vfs` does. It also
144+
files from disk at the end of the day. This is what `vfs` does. It also
145145
manages overlays: "dirty" files in the editor, whose "true" contents is
146-
different from data on disk. This is more or less the single really
147-
platform-dependent component, so it lives in a separate repository and has an
148-
extensive cross-platform CI testing.
146+
different from data on disk.
149147

150148
## Testing Infrastructure
151149

0 commit comments

Comments
 (0)