Skip to content

Commit 394426f

Browse files
committed
fix: trained zstd test by restoring artifacts/lib.rs
1 parent 5191039 commit 394426f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/artifacts/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@
8787
not(feature = "gzip"),
8888
doc = "`gzip` (*inactive*) | `GzipEncoder`, `GzipDecoder`"
8989
)]
90-
#![cfg_attr(
91-
feature = "lz4",
92-
doc = "`lz4` | [`Lz4Encoder`](?search=Lz4Encoder), [`Lz4Decoder`](?search=Lz4Decoder)"
93-
)]
94-
#![cfg_attr(
95-
not(feature = "lz4"),
96-
doc = "`lz4` (*inactive*) | `Lz4Encoder`, `Lz4Decoder`"
97-
)]
9890
#![cfg_attr(
9991
feature = "lzma",
10092
doc = "`lzma` | [`LzmaEncoder`](?search=LzmaEncoder), [`LzmaDecoder`](?search=LzmaDecoder)"

0 commit comments

Comments
 (0)