From 836118b825605f54e367e32f39c86bd98de12774 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:33:44 -0800 Subject: [PATCH] ignore nits check in logger/src/lib.rs --- scripts/check-nits.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check-nits.sh b/scripts/check-nits.sh index e4e7d603..0a5371ce 100755 --- a/scripts/check-nits.sh +++ b/scripts/check-nits.sh @@ -17,6 +17,7 @@ declare prints=( # Parts of the tree that are expected to be print free declare print_free_tree=( ':**.rs' + ':^logger/src/lib.rs' ':^msg/src/lib.rs' ':^program-option/src/lib.rs' ':^pubkey/src/lib.rs'