Skip to content

Commit 9f57c67

Browse files
authored
Add "experimental" features to docs.rs (#2605)
* Add "experimental" features to docs.rs docs.rs/bindgen doesn't contain the documentation for things under the `"experimental"` feature. This means that no-one can see the `emit_diagnostics` replacement for `emit_warnings`. * Update Cargo.toml Maybe we just need `all-features = true`?
1 parent 8716994 commit 9f57c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bindgen/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ __cli = []
5959
__testing_only_extra_assertions = []
6060
__testing_only_libclang_9 = []
6161
__testing_only_libclang_5 = []
62+
63+
[package.metadata.docs.rs]
64+
features = ["experimental"]

0 commit comments

Comments
 (0)