minidom: Add todo in Prefixes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
33ee71bcb4
commit
d4bbeb2c6c
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ impl Default for Prefixes {
|
|||
}
|
||||
|
||||
impl fmt::Debug for Prefixes {
|
||||
// TODO: Fix end character
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "Prefixes(")?;
|
||||
for (prefix, namespace) in &self.prefixes {
|
||||
|
|
Loading…
Reference in a new issue