Fix clippy lints

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-21 21:06:23 +01:00
commit f68826057b
4 changed files with 7 additions and 9 deletions

View file

@ -102,8 +102,8 @@ impl Element {
Element {
prefix, name,
namespaces: Rc::new(namespaces.into()),
attributes: attributes,
children: children,
attributes,
children,
}
}