mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
remove commented code
This commit is contained in:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user