Skip to content

Fix clippy borrow errors

Federico Mena Quintero requested to merge federico/librsvg:appease-clippy into master

Most are references that are borrowed then immediately dereferenced There's also a couple of unwraps that had function calls inside them

Merge request reports