Skip to content

Commit a9c03ac

Browse files
committed
tests: revert lib.rs artifact
1 parent 5442241 commit a9c03ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/artifacts/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
)]
131131
#![cfg_attr(not(all), allow(unused))]
132132

133-
#[cfg(any(feature = "bzip2", feature = "flate2", feature = "liblzma"))]
133+
#[cfg(any(feature = "bzip2", feature = "flate2", feature = "xz2"))]
134134
use std::convert::TryInto;
135135

136136
#[macro_use]
@@ -225,7 +225,7 @@ impl Level {
225225
}
226226
}
227227

228-
#[cfg(feature = "liblzma")]
228+
#[cfg(feature = "xz2")]
229229
fn into_xz2(self) -> u32 {
230230
match self {
231231
Self::Fastest => 0,

0 commit comments

Comments
 (0)