make this work with the newer minidom
This commit is contained in:
parent
0b97510b08
commit
fea28e6171
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use openssl::error::ErrorStack;
|
|||
use xml::reader::Error as XmlError;
|
||||
use xml::writer::Error as EmitterError;
|
||||
|
||||
use minidom::error::Error as MinidomError;
|
||||
use minidom::Error as MinidomError;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Reference in a new issue