We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb20740 commit 5239162Copy full SHA for 5239162
poly-commit/src/streaming_kzg/mod.rs
@@ -101,8 +101,8 @@ pub use data_structures::*;
101
pub use space::CommitterKeyStream;
102
pub use time::CommitterKey;
103
104
-/// Dummy docs
105
#[cfg(test)]
+#[allow(missing_docs)]
106
pub mod tests;
107
108
/// A Kate polynomial commitment over a bilinear group, represented as a single \\(\GG_1\\) element.
0 commit comments