mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user