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'