Fix panics on empty trees
Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
This commit is contained in:
parent
9858994f93
commit
cd5132f28c
1 changed files with 2 additions and 1 deletions
|
@ -360,7 +360,8 @@ fn remove_attrs(document: &mut Html) {
|
|||
fn final_expansions(document: &mut Html) {
|
||||
let mut to_expand = Vec::new();
|
||||
for el in document
|
||||
.root_element()
|
||||
.tree
|
||||
.root()
|
||||
.descendants()
|
||||
.filter_map(ElementRef::wrap)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue