doc(examples): fix typo

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
Chris Hennick 2024-05-02 15:38:55 -07:00 committed by GitHub
parent 90b646b202
commit 468f314b29
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
let filename = &*args[1];
#![cfg(feature = "_deflate-any")] {
#[cfg(feature = "_deflate-any")] {
doit(filename)?;
}
Ok(())