updated tests

This commit is contained in:
Mick Grove 2025-11-24 12:49:06 -08:00
commit d15afe7cea
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,7 @@ rules:
(?:.|[\n\r]){0,32}?
\b
(
[a-f0-9]{16}
[a-f0-9]{32}
)
\b
pattern_requirements:

View file

@ -1,5 +1,3 @@
//! src/utils/decompress.rs (or wherever you keep the module)
use std::{
fs,
io::Read,