Skip to content

uriplaylistbin: Fix new clippy warning

Sebastian Dröge requested to merge slomo/gst-plugins-rs:clippy-warnings into main
warning: the borrowed expression implements the required traits
    --> utils/uriplaylistbin/src/uriplaylistbin/imp.rs:1691:32
     |
1691 |         self.obj().remove_many(&children_ref).unwrap();
     |                                ^^^^^^^^^^^^^ help: change this to: `children_ref`

Merge request reports