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
|
|
@ -5,7 +5,7 @@
|
|||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use base64;
|
||||
use error::Error;
|
||||
use crate::error::Error;
|
||||
|
||||
/// Codec for plain text content.
|
||||
pub struct PlainText;
|
||||
|
|
|
|||
Loading…
Reference in a new issue