summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
Diffstat (limited to 'library/src')
-rw-r--r--library/src/compute/data.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs
index 14ae304b..d104cf27 100644
--- a/library/src/compute/data.rs
+++ b/library/src/compute/data.rs
@@ -448,7 +448,6 @@ fn convert_xml(node: roxmltree::Node) -> Value {
let tag: Str = node.tag_name().name().into();
let attrs: Dict = node
.attributes()
- .iter()
.map(|attr| (attr.name().into(), attr.value().into()))
.collect();