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
|
|
@ -13,10 +13,9 @@ use crate::jingle_ice_udp::Transport as IceUdpTransport;
|
|||
use crate::jingle_rtp::Description as RtpDescription;
|
||||
use crate::jingle_s5b::Transport as Socks5Transport;
|
||||
use crate::ns;
|
||||
use alloc::{collections::BTreeMap, fmt};
|
||||
use jid::Jid;
|
||||
use minidom::Element;
|
||||
use std::collections::BTreeMap;
|
||||
use std::fmt;
|
||||
use xso::error::Error;
|
||||
|
||||
generate_attribute!(
|
||||
|
|
|
|||
Loading…
Reference in a new issue