fix nightly warning legacy_derive_helpers
see https://github.com/rust-lang/rust/issues/79202
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user