Skip to content

Commit b6839f6

Browse files
committed
docs.rs: Build docs with "std" feature enabled
1 parent 7cc7a3d commit b6839f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ std = []
4141
rustc-dep-of-std = ["compiler_builtins", "core"]
4242
# Unstable feature for testing
4343
test-in-browser = ["wasm-bindgen"]
44+
45+
[package.metadata.docs.rs]
46+
features = ["std"]

0 commit comments

Comments
 (0)