mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
fix nightly warning legacy_derive_helpers
see https://github.com/rust-lang/rust/issues/79202
This commit is contained in:
parent
e0fc2af118
commit
f18fc5a0ae
2 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ pub struct SsrParams {
|
||||||
|
|
||||||
pub enum StatusNotification {}
|
pub enum StatusNotification {}
|
||||||
|
|
||||||
#[serde(rename_all = "camelCase")]
|
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
|
#[serde(rename_all = "camelCase")]
|
||||||
pub enum Status {
|
pub enum Status {
|
||||||
Loading,
|
Loading,
|
||||||
ReadyPartial,
|
ReadyPartial,
|
||||||
|
|
|
@ -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
|
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:
|
need to adjust this doc as well and ping this issue:
|
||||||
|
|
Loading…
Reference in a new issue