macros: Merge generate_element_with_children!() into generate_element!().
This commit is contained in:
parent
9c598fbdf9
commit
3fb99988d5
13 changed files with 28 additions and 31 deletions
|
|
@ -212,7 +212,7 @@ attributes: [
|
|||
name: Option<String> = "name" => optional,
|
||||
]);
|
||||
|
||||
generate_element_with_children!(
|
||||
generate_element!(
|
||||
/// Structure representing a `<query
|
||||
/// xmlns='http://jabber.org/protocol/disco#items'/>` element.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue