chore: Fix a pre-existing failure

This commit is contained in:
Chris Hennick 2024-05-03 11:43:41 -07:00
parent f814a6dbc3
commit cb6f87bc02
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -1,3 +1,5 @@
#![cfg(feature = "_deflate-any")]
use bencher::{benchmark_group, benchmark_main};
use std::io::{Cursor, Read, Seek, Write};