Skip to content

Commit

Permalink
Add "experimental" features to docs.rs (#2605)
Browse files Browse the repository at this point in the history
* 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`?
  • Loading branch information
CGMossa committed Aug 14, 2023
1 parent 8716994 commit 9f57c67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ __cli = []
__testing_only_extra_assertions = []
__testing_only_libclang_9 = []
__testing_only_libclang_5 = []

[package.metadata.docs.rs]
features = ["experimental"]

0 comments on commit 9f57c67

Please sign in to comment.