fix nightly warning legacy_derive_helpers

see https://github.com/rust-lang/rust/issues/79202
This commit is contained in:
Peter Wischer 2021-02-12 13:46:30 +01:00
parent e0fc2af118
commit f18fc5a0ae
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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: