forked from mirrors/kingfisher
updated tests
This commit is contained in:
parent
4935aef71c
commit
d15afe7cea
2 changed files with 1 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ rules:
|
|||
(?:.|[\n\r]){0,32}?
|
||||
\b
|
||||
(
|
||||
[a-f0-9]{16}
|
||||
[a-f0-9]{32}
|
||||
)
|
||||
\b
|
||||
pattern_requirements:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
//! src/utils/decompress.rs (or wherever you keep the module)
|
||||
|
||||
use std::{
|
||||
fs,
|
||||
io::Read,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue