Skip to content

Commit 908ca40

Browse files
committed
fix nightly warning legacy_derive_helpers
see rust-lang/rust#79202
1 parent b0f20a7 commit 908ca40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/rust-analyzer/src/lsp_ext.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ pub struct SsrParams {
230230

231231
pub enum StatusNotification {}
232232

233-
#[serde(rename_all = "camelCase")]
234233
#[derive(Serialize, Deserialize)]
234+
#[serde(rename_all = "camelCase")]
235235
pub enum Status {
236236
Loading,
237237
ReadyPartial,

docs/dev/lsp-extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
lsp_ext.rs hash: 7609fd6d7b4ab231
2+
lsp_ext.rs hash: 8f1ae8530f69e3a3
33
44
If you need to change the above hash to make the test pass, please check if you
55
need to adjust this doc as well and ping this issue:

0 commit comments

Comments
 (0)