Skip to content

minidom: Use NSChoice in more places

Xidorn Quan requested to merge upsuper/xmpp-rs:more-ns-choice into master

It changes Element::{get_child,get_child_mut,has_child,remove_child} to also accept NSChoice. In order to do that, it changes the Vec in NSChoice to a slice reference and mark it Copy.

Merge request reports