Run cargo fix --edition to move to Edition 2018.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-18 15:27:30 +01:00
commit 6b2dd8fe5e
46 changed files with 189 additions and 188 deletions

View file

@ -8,10 +8,10 @@ use try_from::TryFrom;
use minidom::Element;
use error::Error;
use ns;
use crate::error::Error;
use crate::ns;
use media_element::MediaElement;
use crate::media_element::MediaElement;
generate_element!(
/// Represents one of the possible values for a list- field.