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
|
|
@ -5,7 +5,7 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
generate_element_with_children!(
|
||||
generate_element!(
|
||||
Muc, "x", MUC, children: [
|
||||
password: Option<String> = ("password", MUC) => String
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue