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 {}
#[serde(rename_all = "camelCase")]
#[derive(Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub enum Status {
Loading,
ReadyPartial,