We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
legacy_derive_helpers
1 parent b0f20a7 commit 908ca40Copy full SHA for 908ca40
crates/rust-analyzer/src/lsp_ext.rs
@@ -230,8 +230,8 @@ pub struct SsrParams {
230
231
pub enum StatusNotification {}
232
233
-#[serde(rename_all = "camelCase")]
234
#[derive(Serialize, Deserialize)]
+#[serde(rename_all = "camelCase")]
235
pub enum Status {
236
Loading,
237
ReadyPartial,
docs/dev/lsp-extensions.md
@@ -1,5 +1,5 @@
1
<!---
2
-lsp_ext.rs hash: 7609fd6d7b4ab231
+lsp_ext.rs hash: 8f1ae8530f69e3a3
3
4
If you need to change the above hash to make the test pass, please check if you
5
need to adjust this doc as well and ping this issue:
0 commit comments