Skip to content

Commit 738c8df

Browse files
committed
Document hybrid-array-0_4 feature
1 parent 1c994c7 commit 738c8df

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
@@ -38,7 +38,7 @@ jobs:
3838
uses: dtolnay/rust-toolchain@nightly
3939

4040
- name: Build documentation
41-
run: cargo doc --features "serde zeroize const-default alloc"
41+
run: cargo doc --features "serde zeroize const-default alloc hybrid-array-0_4"
4242

4343
- name: Finalize documentation
4444
run: |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ codegen-units = 1
5757

5858
[package.metadata.docs.rs]
5959
# all but "internals", don't show those on docs.rs
60-
features = ["serde", "zeroize", "const-default", "alloc"]
60+
features = ["serde", "zeroize", "const-default", "alloc", "hybrid-array-0_4"]
6161
rustdoc-args = ["--cfg", "docsrs"]
6262

6363
[package.metadata.playground]

0 commit comments

Comments
 (0)