[librsvg: 8/43] style: remove uneeded into_iter call



commit 09f75d56032594cff57c115c8db1714e2c1e6d57
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Oct 13 12:17:00 2019 +0200

    style: remove uneeded into_iter call

 rsvg_internals/src/style.rs | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/rsvg_internals/src/style.rs b/rsvg_internals/src/style.rs
index f0d83b1e..fe290892 100644
--- a/rsvg_internals/src/style.rs
+++ b/rsvg_internals/src/style.rs
@@ -28,7 +28,6 @@ impl NodeStyle {
 
         if have_css {
             node.children()
-                .into_iter()
                 .filter_map(|child| {
                     if child.borrow().get_type() == NodeType::Chars {
                         Some(child.borrow().get_impl::<NodeChars>().get_string())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]