Move to edition 2018.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-18 18:29:31 +01:00
commit 24b2ff1851
10 changed files with 26 additions and 25 deletions

View file

@ -16,7 +16,7 @@ use xml5ever::tokenizer::{XmlTokenizer, TokenSink, Token, Tag, TagKind};
use xml5ever::interface::Attribute;
use bytes::{BytesMut, BufMut};
use quick_xml::Writer as EventWriter;
use {ParserError, ParseError};
use crate::{ParserError, ParseError};
/// Anything that can be sent or received on an XMPP/XML stream
#[derive(Debug)]