]> git.lizzy.rs Git - rust.git/blobdiff - ROADMAP.md
Add vscode support for range in SyntaxTreeParams
[rust.git] / ROADMAP.md
index 951a092b438e90cabed6f0dc9ebec7e6b06000bc..3856ebc5bba39ac54121a9dedc6fdc089f2ec5f8 100644 (file)
@@ -16,7 +16,7 @@ High-level architecture constraints:
     It's *obvious* that the code should be shared, but OTOH, all great IDEs started as from-scratch rewrites.
   * Don't hard-code a particular protocol or mode of operation.
     Produce a library which could be used for implementing an LSP server, or for in-process embedding.
-  * As long as possible, stick with stable Rust (NB: we currently use beta for 2018 edition and salsa).
+  * As long as possible, stick with stable Rust.
 
 
 # Current Goals