Skip to content

Commit

Permalink
fix nightly warning legacy_derive_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterW-LWL committed Feb 12, 2021
1 parent b0f20a7 commit 908ca40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/lsp_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ pub struct SsrParams {

pub enum StatusNotification {}

#[serde(rename_all = "camelCase")]
#[derive(Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub enum Status {
Loading,
ReadyPartial,
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/lsp-extensions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
lsp_ext.rs hash: 7609fd6d7b4ab231
lsp_ext.rs hash: 8f1ae8530f69e3a3
If you need to change the above hash to make the test pass, please check if you
need to adjust this doc as well and ping this issue:
Expand Down

0 comments on commit 908ca40

Please sign in to comment.