Skip to content

Commit 9120b35

Browse files
committed
Include the experimental-inspect feature for the docs.rs build thereby making it equivalent to a full build.
1 parent 2e79c55 commit 9120b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
- uses: dtolnay/rust-toolchain@nightly
328328
with:
329329
components: rust-src
330-
- run: cargo rustdoc --lib --no-default-features --features "macros num-bigint num-complex hashbrown serde multiple-pymethods indexmap eyre either chrono rust_decimal" -Zunstable-options --config "build.rustdocflags=[\"--cfg\", \"docsrs\"]"
330+
- run: cargo rustdoc --lib --no-default-features --features full -Zunstable-options --config "build.rustdocflags=[\"--cfg\", \"docsrs\"]"
331331

332332
coverage:
333333
needs: [fmt]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ members = [
128128

129129
[package.metadata.docs.rs]
130130
no-default-features = true
131-
features = ["macros", "num-bigint", "num-complex", "hashbrown", "serde", "multiple-pymethods", "indexmap", "eyre", "either", "chrono", "rust_decimal"]
131+
features = ["full"]
132132
rustdoc-args = ["--cfg", "docsrs"]
133133

134134
[workspace.lints.clippy]

0 commit comments

Comments
 (0)