minidom: Fix all clippy warnings
This commit is contained in:
parent
4356cab33c
commit
1adccee40b
2 changed files with 5 additions and 5 deletions
|
|
@ -413,7 +413,7 @@ impl Element {
|
|||
},
|
||||
None => RxmlNamespace::NONE,
|
||||
};
|
||||
writer.write(Item::Attribute(&namespace, name, (&**value).into()))?;
|
||||
writer.write(Item::Attribute(&namespace, name, value))?;
|
||||
}
|
||||
|
||||
if !self.children.is_empty() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue