Skip to content

Commit ace7bb6

Browse files
Merge #7648
7648: fix nightly warning `legacy_derive_helpers` r=jonas-schievink a=peddermaster2 With a recent nightly (e.g. 2021-02-10) a warning comes up. This PR reorders the attributes to fix the warning. See rust-lang/rust#79202 Co-authored-by: Peter Wischer <[email protected]>
2 parents e0fc2af + 23bf030 commit ace7bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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,

0 commit comments

Comments
 (0)