We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5306bce commit 773a4aeCopy full SHA for 773a4ae
src/tree.rs
@@ -1,5 +1,5 @@
1
-/// Example of type to use with the generic structures below.
2
-//pub type Hash256 = [u8; 256/8];
+// Example of type to use with the generic structures below.
+// pub type Hash256 = [u8; 256/8];
3
4
#[derive(Debug)]
5
pub struct HashedChunk<H> {
0 commit comments