Enable all features for docs.rs

This commit is contained in:
Kevin Mehall 2025-06-15 13:37:20 -06:00
parent 38e85c88dc
commit b34e320718

View file

@ -44,6 +44,8 @@ smol = ["dep:blocking", "dep:futures-io"]
# Use `tokio`'s IO threadpool for making blocking IO async
tokio = ["dep:tokio"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[package.metadata.docs.rs]
all-features = true