We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452a724 commit 066265dCopy full SHA for 066265d
Cargo.toml
@@ -38,3 +38,6 @@ _test = ["dep:futures", "dep:approx", "std", "arrayvec", "alloc", "heapless"]
38
39
[lints.rust]
40
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing_repro)'] }
41
+
42
+[package.metadata.docs.rs]
43
+features = ["arrayvec", "alloc", "heapless", "heapless-09"]
0 commit comments