Skip to content

Commit a9125c7

Browse files
committed
slh-dsa: fix lint
The build is failing because of a lint failure due to an undocumented macro which is only used for tests. This adds a simple comment so the lint succeeds.
1 parent dff009f commit a9125c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slh-dsa/src/util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub fn split_digest<P: ForsParams>(digest: &Array<u8, P::M>) -> (&Array<u8, P::M
4949

5050
#[cfg(test)]
5151
pub mod macros {
52+
/// Generate a test case
5253
#[macro_export]
5354
macro_rules! gen_test {
5455
($name:ident, $t:ty) => {

0 commit comments

Comments
 (0)