mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Update doc
This commit is contained in:
parent
35310f1032
commit
edcafe7865
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ Reloads project information (that is, re-executes `cargo metadata`).
|
|||
|
||||
```typescript
|
||||
interface StatusParams {
|
||||
status: "loading" | "ready" | "invalid" | "needsReload",
|
||||
status: "loading" | "readyPartial" | "ready" | "invalid" | "needsReload",
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue