Skip to content

Commit d5612d5

Browse files
authored
Remove superflous main() in documentation (RustCrypto#40)
1 parent e8a5bce commit d5612d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrypt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//! assert!(scrypt_check("Not so secure password", &hashed_password).is_ok());
2828
//! # }
2929
//! # #[cfg(not(feature="include_simple"))]
30-
//! fn main() {}
30+
//! # fn main() {}
3131
//! ```
3232
//!
3333
//! # References

0 commit comments

Comments
 (0)