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
|
|
@ -8,9 +8,9 @@ use std::str::FromStr;
|
|||
|
||||
use minidom::IntoAttributeValue;
|
||||
|
||||
use error::Error;
|
||||
use crate::error::Error;
|
||||
|
||||
use helpers::Base64;
|
||||
use crate::helpers::Base64;
|
||||
use base64;
|
||||
|
||||
/// List of the algorithms we support, or Unknown.
|
||||
|
|
|
|||
Loading…
Reference in a new issue