diff --git a/argon2/src/lib.rs b/argon2/src/lib.rs index 682266ab..4ce097c8 100644 --- a/argon2/src/lib.rs +++ b/argon2/src/lib.rs @@ -22,7 +22,7 @@ //! ```toml //! [dependencies] //! argon2 = "0.1" -//! rand_core = { version = "0.6", features = ["std"] +//! rand_core = { version = "0.6", features = ["std"] } //! ``` //! //! The following example demonstrates the high-level password hashing API: