mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-24 12:03:31 +00:00
don't mention beta channel Rust in ROADMAP
This commit is contained in:
parent
113a24855f
commit
1719b93120
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue