parsers: Replace std stuff with alloc/core stuff
This commit is contained in:
parent
1ce2f894aa
commit
087534be1e
23 changed files with 201 additions and 200 deletions
|
|
@ -10,9 +10,9 @@ use xso::{
|
|||
};
|
||||
|
||||
use crate::ns;
|
||||
use core::net::IpAddr;
|
||||
use jid::Jid;
|
||||
use minidom::Element;
|
||||
use std::net::IpAddr;
|
||||
|
||||
generate_attribute!(
|
||||
/// The type of the connection being proposed by this candidate.
|
||||
|
|
|
|||
Loading…
Reference in a new issue