minidom: Replace std stuff with alloc/core stuff
This commit is contained in:
parent
087534be1e
commit
3ebc30c7ab
6 changed files with 23 additions and 16 deletions
|
|
@ -76,6 +76,8 @@
|
|||
//! minidom = "*"
|
||||
//! ```
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub mod convert;
|
||||
pub mod element;
|
||||
pub mod error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue