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
|
|
@ -60,7 +60,7 @@ generate_element!(
|
|||
]
|
||||
);
|
||||
|
||||
generate_element_with_children!(
|
||||
generate_element!(
|
||||
Failed, "failed", SM,
|
||||
attributes: [
|
||||
h: Option<u32> = "h" => optional,
|
||||
|
|
|
|||
Loading…
Reference in a new issue