From 58913314aa62d30484ddfbb3ae022f33a47ac7c0 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Tue, 17 Jun 2025 15:39:31 -0700 Subject: [PATCH] helpful comment --- bin/src/check.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/src/check.rs b/bin/src/check.rs index f2e8939..a93ab2f 100644 --- a/bin/src/check.rs +++ b/bin/src/check.rs @@ -137,6 +137,7 @@ async fn main() { .with_colors(true) .without_timestamps() .with_level(level) + //Filter out a stupid massive amount of uneccesary warnings from hampi about undecoded extensions .with_module_level("asn1_codecs", log::LevelFilter::Error) .init() .unwrap();