From a9125c7fa30da0e0628f0e5589e9ac911e0463a7 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 9 Dec 2024 17:18:00 -0700 Subject: [PATCH] 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. --- slh-dsa/src/util.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/slh-dsa/src/util.rs b/slh-dsa/src/util.rs index 0445a8b0..4756c05f 100644 --- a/slh-dsa/src/util.rs +++ b/slh-dsa/src/util.rs @@ -49,6 +49,7 @@ pub fn split_digest(digest: &Array) -> (&Array {