Skip to content

Some refactoring of the XML parser

Federico Mena Quintero requested to merge federico/librsvg:xml-cleanups into main

The XML parser had a lot of .as_mut().unwrap() verbosity as a result of using an Option<DocumentBuilder>. This removes all that crap.

Merge request reports