diff options
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md index 951a092b4..3856ebc5b 100644 --- a/ROADMAP.md +++ b/ROADMAP.md | |||
@@ -16,7 +16,7 @@ High-level architecture constraints: | |||
16 | It's *obvious* that the code should be shared, but OTOH, all great IDEs started as from-scratch rewrites. | 16 | It's *obvious* that the code should be shared, but OTOH, all great IDEs started as from-scratch rewrites. |
17 | * Don't hard-code a particular protocol or mode of operation. | 17 | * Don't hard-code a particular protocol or mode of operation. |
18 | Produce a library which could be used for implementing an LSP server, or for in-process embedding. | 18 | Produce a library which could be used for implementing an LSP server, or for in-process embedding. |
19 | * As long as possible, stick with stable Rust (NB: we currently use beta for 2018 edition and salsa). | 19 | * As long as possible, stick with stable Rust. |
20 | 20 | ||
21 | 21 | ||
22 | # Current Goals | 22 | # Current Goals |