Run cargo fix --edition to move to Edition 2018.
This commit is contained in:
parent
3f4586caba
commit
6b2dd8fe5e
46 changed files with 189 additions and 188 deletions
|
|
@ -9,7 +9,7 @@ use std::str::FromStr;
|
|||
use minidom::{IntoAttributeValue, IntoElements, ElementEmitter};
|
||||
use chrono::{DateTime as ChronoDateTime, FixedOffset};
|
||||
|
||||
use error::Error;
|
||||
use crate::error::Error;
|
||||
|
||||
/// Implements the DateTime profile of XEP-0082, which represents a
|
||||
/// non-recurring moment in time, with an accuracy of seconds or fraction of
|
||||
|
|
|
|||
Loading…
Reference in a new issue