Update to Edition 2018.
This commit is contained in:
parent
b1708823de
commit
9e9f09a9a5
11 changed files with 30 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Provides the SASL "PLAIN" mechanism.
|
||||
|
||||
use client::Mechanism;
|
||||
use common::{Credentials, Identity, Password, Secret};
|
||||
use crate::client::Mechanism;
|
||||
use crate::common::{Credentials, Identity, Password, Secret};
|
||||
|
||||
/// A struct for the SASL PLAIN mechanism.
|
||||
pub struct Plain {
|
||||
|
|
|
|||
Loading…
Reference in a new issue