Update to Edition 2018.
This commit is contained in:
parent
b1708823de
commit
9e9f09a9a5
11 changed files with 30 additions and 34 deletions
|
|
@ -163,11 +163,6 @@
|
|||
//! sasl = "*"
|
||||
//! ```
|
||||
|
||||
extern crate base64;
|
||||
|
||||
#[cfg(feature = "scram")]
|
||||
extern crate openssl;
|
||||
|
||||
mod error;
|
||||
|
||||
pub mod client;
|
||||
|
|
@ -176,4 +171,4 @@ pub mod server;
|
|||
pub mod common;
|
||||
pub mod secret;
|
||||
|
||||
pub use error::Error;
|
||||
pub use crate::error::Error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue