attention: Replace parse_* and serialise with TryFrom<Element> and Into<Element>.
This commit is contained in:
parent
c0b7c9da88
commit
765e8c3333
3 changed files with 34 additions and 20 deletions
|
|
@ -13,6 +13,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/.
|
||||
|
||||
#![feature(try_from)]
|
||||
|
||||
extern crate minidom;
|
||||
extern crate jid;
|
||||
extern crate base64;
|
||||
|
|
|
|||
Loading…
Reference in a new issue