mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
xml use tuple structs
This commit is contained in:
@@ -207,9 +207,7 @@ pub trait Resource: Clone + 'static {
|
||||
|
||||
let mut propstats = vec![PropstatWrapper::Normal(PropstatElement {
|
||||
status: StatusCode::OK,
|
||||
prop: PropTagWrapper {
|
||||
prop: prop_responses,
|
||||
},
|
||||
prop: PropTagWrapper(prop_responses),
|
||||
})];
|
||||
if !invalid_props.is_empty() {
|
||||
propstats.push(PropstatWrapper::TagList(PropstatElement {
|
||||
|
||||
Reference in New Issue
Block a user