File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,11 @@ docs-rust: ## Generate Rust API documentation
520520 @echo " Generating Rust API documentation..."
521521 # Using nightly with --enable-index-page to generate workspace index
522522 # See: https://github.com/rust-lang/cargo/issues/8229
523- @DATABASE_URL=" sqlite::memory:" RUSTDOCFLAGS=" --enable-index-page -Zunstable-options -D warnings" cargo +$(NIGHTLY_RUST_VERSION ) doc --no-deps --document-private-items --workspace --exclude heartbeats-processor --lib --bins
523+ @DATABASE_URL=" sqlite::memory:" \
524+ RUSTDOCFLAGS=" --enable-index-page -Zunstable-options -D warnings" \
525+ cargo +$(NIGHTLY_RUST_VERSION ) doc --no-deps \
526+ --document-private-items --workspace \
527+ --exclude heartbeats-processor --lib
524528 @echo " Rust documentation generated in target/doc/"
525529 @echo " Entry point: target/doc/index.html"
526530
You can’t perform that action at this time.
0 commit comments