slh-dsa: fix lint (#879)

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.
This commit is contained in:
Tony Arcieri
2024-12-10 08:28:20 -07:00
committed by GitHub
parent dff009f5a4
commit 9265f5c2b6
+1
View File
@@ -49,6 +49,7 @@ pub fn split_digest<P: ForsParams>(digest: &Array<u8, P::M>) -> (&Array<u8, P::M
#[cfg(test)]
pub mod macros {
/// Generate a test case
#[macro_export]
macro_rules! gen_test {
($name:ident, $t:ty) => {