Loading build_docs.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ export CARGO_TARGET_DIR=target for toml in $(find . -maxdepth 2 -name "Cargo.toml"); do cargo update --manifest-path $toml || true features=$(cargo read-manifest --manifest-path $toml | jq -r '.features|keys|join(" ")') cargo doc --verbose --no-deps --manifest-path $toml --features "$features" cargo doc --no-deps --manifest-path $toml --features "$features" done Loading
build_docs.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ export CARGO_TARGET_DIR=target for toml in $(find . -maxdepth 2 -name "Cargo.toml"); do cargo update --manifest-path $toml || true features=$(cargo read-manifest --manifest-path $toml | jq -r '.features|keys|join(" ")') cargo doc --verbose --no-deps --manifest-path $toml --features "$features" cargo doc --no-deps --manifest-path $toml --features "$features" done