forked from Deuxfleurs/garage
s3api: remove redundant serde rename attribute
This commit is contained in:
parent
b2f679675e
commit
be03a4610f
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ pub async fn handle_put_lifecycle(
|
||||||
// ---- SERIALIZATION AND DESERIALIZATION TO/FROM S3 XML ----
|
// ---- SERIALIZATION AND DESERIALIZATION TO/FROM S3 XML ----
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
|
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
|
||||||
#[serde(rename = "LifecycleConfiguration")]
|
|
||||||
pub struct LifecycleConfiguration {
|
pub struct LifecycleConfiguration {
|
||||||
#[serde(serialize_with = "xmlns_tag", skip_deserializing)]
|
#[serde(serialize_with = "xmlns_tag", skip_deserializing)]
|
||||||
pub xmlns: (),
|
pub xmlns: (),
|
||||||
|
|
Loading…
Reference in a new issue