fix doctest, enable all features for docs.rs

This commit is contained in:
Vinzenz Schroeter 2024-10-12 19:49:45 +02:00
parent 9b618d4f35
commit 55524a69e2
3 changed files with 6 additions and 3 deletions

View file

@ -23,3 +23,6 @@ features = ["all_compressions"]
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true