doc(examples): Fix missing piece from previous commit
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
7355c51f93
commit
90b646b202
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
}
|
}
|
||||||
|
|
||||||
let filename = &*args[1];
|
let filename = &*args[1];
|
||||||
#![] {
|
#![cfg(feature = "_deflate-any")] {
|
||||||
doit(filename)?;
|
doit(filename)?;
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Add table
Reference in a new issue