mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
remove commented code
This commit is contained in:
@@ -13,13 +13,6 @@ pub struct PropTagWrapper<T: Serialize> {
|
||||
pub prop: Vec<T>,
|
||||
}
|
||||
|
||||
// #[derive(Serialize)]
|
||||
// #[serde(untagged)]
|
||||
// pub enum PropWrapper<T: Serialize> {
|
||||
// Prop(Vec<T>),
|
||||
// TagList(TagList),
|
||||
// }
|
||||
|
||||
// RFC 2518
|
||||
// <!ELEMENT propstat (prop, status, responsedescription?) >
|
||||
#[derive(Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user