Skip to content

Commit

Permalink
Remove superflous main() in documentation (RustCrypto#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
slightknack authored Jul 3, 2020
1 parent e8a5bce commit d5612d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrypt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! assert!(scrypt_check("Not so secure password", &hashed_password).is_ok());
//! # }
//! # #[cfg(not(feature="include_simple"))]
//! fn main() {}
//! # fn main() {}
//! ```
//!
//! # References
Expand Down

0 comments on commit d5612d5

Please sign in to comment.