Fix clippy lints
This commit is contained in:
parent
f0dd03d633
commit
f68826057b
4 changed files with 7 additions and 9 deletions
|
|
@ -102,8 +102,8 @@ impl Element {
|
|||
Element {
|
||||
prefix, name,
|
||||
namespaces: Rc::new(namespaces.into()),
|
||||
attributes: attributes,
|
||||
children: children,
|
||||
attributes,
|
||||
children,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue