mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
Build nu-protocol
docs with all features enabled (#11180)
# Description Currently, `PluginSignature` does not appear on [`docs.rs`](https://docs.rs/nu-protocol/latest/nu_protocol/index.html), since it is behind the `plugin` feature which is not enabled by default. This PR adds [metadata](https://docs.rs/about/metadata) to the Cargo.toml to get `docs.rs` to build docs with all features enabled.
This commit is contained in:
parent
8386bc0919
commit
98952082ae
1 changed files with 3 additions and 0 deletions
|
@ -39,3 +39,6 @@ strum = "0.25"
|
||||||
strum_macros = "0.25"
|
strum_macros = "0.25"
|
||||||
nu-test-support = { path = "../nu-test-support", version = "0.87.2" }
|
nu-test-support = { path = "../nu-test-support", version = "0.87.2" }
|
||||||
rstest = "0.18"
|
rstest = "0.18"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
Loading…
Reference in a new issue