mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Merge #6762
6762: fix typo of README in dev r=lnicola a=sasurau4 Fix typo of README in dev Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
This commit is contained in:
commit
0ce0d6893b
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ In general, API is centered around UI concerns -- the result of the call is what
|
||||||
The results are 100% Rust specific though.
|
The results are 100% Rust specific though.
|
||||||
Shout outs to LSP developers for popularizing the idea that "UI" is a good place to draw a boundary at.
|
Shout outs to LSP developers for popularizing the idea that "UI" is a good place to draw a boundary at.
|
||||||
|
|
||||||
## LSP is sateless
|
## LSP is stateless
|
||||||
|
|
||||||
The protocol is implemented in the mostly stateless way.
|
The protocol is implemented in the mostly stateless way.
|
||||||
A good mental model is HTTP, which doesn't store per-client state, and instead relies on devices like cookies to maintain an illusion of state.
|
A good mental model is HTTP, which doesn't store per-client state, and instead relies on devices like cookies to maintain an illusion of state.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue