Skip to content

Commit d8b9879

Browse files
committed
remove unnecessary comments
1 parent 6f06d3d commit d8b9879

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/crypto/src/lib.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@
4242
//! - `["rand"]` - Used to generate pseudo-random numbers. Uses [rand_chacha] and [rand_core].
4343
//! - `["ecc-secp256k1"]` - Contains types and methods for working with secp256k1 keys and signatures,
4444
//! as well as standard constants for key sizes. Uses [secp256k1](https://crates.io/crates/secp256k1).
45-
//!
46-
47-
// fn hello() {
48-
// sha_256(data)
49-
// }
50-
51-
// mod tom {
52-
// use crate::sha_256;
53-
54-
// fn langer() {
55-
// sha_256(data)
56-
// }
57-
// }
5845
5946
#[cfg(feature = "hash")]
6047
mod hash;

0 commit comments

Comments
 (0)