diff --git a/src/lib.rs b/src/lib.rs index 8b96313..74fe1ba 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -230,6 +230,7 @@ impl Drop for ExtraSponge { } #[cfg(test)] +/// Unit tests for the Sponge API. pub mod unit_tests; #[cfg(test)]