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();