Merge #11470
11470: correct the description of Struct GlobalState r=lnicola a=doki23 Fixes #11469 The description of GlobalState should be 'more than one impl' Co-authored-by: doki <11144133+doki23@users.noreply.github.com>
This commit is contained in:
commit
0247e50676
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ pub(crate) type ReqQueue = lsp_server::ReqQueue<(String, Instant), ReqHandler>;
|
|||
/// snapshot of the file systems, and `analysis_host`, which stores our
|
||||
/// incremental salsa database.
|
||||
///
|
||||
/// Note that this struct has more than on impl in various modules!
|
||||
/// Note that this struct has more than one impl in various modules!
|
||||
pub(crate) struct GlobalState {
|
||||
sender: Sender<lsp_server::Message>,
|
||||
req_queue: ReqQueue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue