Enable all features for docs.rs
This commit is contained in:
parent
38e85c88dc
commit
b34e320718
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue