Skip to content

Commit 23bf030

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/lsp_ext.rs

Lines changed: 1 addition & 1 deletion
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,

0 commit comments

Comments
 (0)