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
|
|
@ -7,8 +7,8 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use core::fmt;
|
||||
use std::collections::BTreeMap;
|
||||
use std::fmt;
|
||||
|
||||
pub type Prefix = Option<String>;
|
||||
pub type Namespace = String;
|
||||
|
|
|
|||
Loading…
Reference in a new issue