remove commented code

This commit is contained in:
Lennart
2024-07-28 20:55:12 +02:00
parent 99ac654448
commit 6ac2948617

View File

@@ -13,13 +13,6 @@ pub struct PropTagWrapper<T: Serialize> {
pub prop: Vec<T>, pub prop: Vec<T>,
} }
// #[derive(Serialize)]
// #[serde(untagged)]
// pub enum PropWrapper<T: Serialize> {
// Prop(Vec<T>),
// TagList(TagList),
// }
// RFC 2518 // RFC 2518
// <!ELEMENT propstat (prop, status, responsedescription?) > // <!ELEMENT propstat (prop, status, responsedescription?) >
#[derive(Serialize)] #[derive(Serialize)]