File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ DOCKER_ORG ?= openmina
9
9
# PostgreSQL configuration for archive node
10
10
OPEN_ARCHIVE_ADDRESS ?= http://localhost:3007
11
11
PG_USER ?= openmina
12
- PG_PW ?= openminaopenmina
13
- PG_DB ?= openmina_archive
12
+ PG_PW ?= openminaopenmina
13
+ PG_DB ?= openmina_archive
14
14
PG_HOST ?= localhost
15
15
PG_PORT ?= 5432
16
16
@@ -345,7 +345,7 @@ docs-rust: ## Generate Rust API documentation
345
345
@echo " Generating Rust API documentation..."
346
346
# Using nightly with --enable-index-page to generate workspace index
347
347
# See: https://github.com/rust-lang/cargo/issues/8229
348
- @DATABASE_URL=" sqlite::memory:" RUSTDOCFLAGS=" --enable-index-page -Zunstable-options" cargo +nightly doc --no-deps --document-private-items --workspace --exclude heartbeats-processor --lib --bins
348
+ @DATABASE_URL=" sqlite::memory:" RUSTDOCFLAGS=" --enable-index-page -Zunstable-options -D warnings " cargo +nightly doc --no-deps --document-private-items --workspace --exclude heartbeats-processor --lib --bins
349
349
@echo " Rust documentation generated in target/doc/"
350
350
@echo " Entry point: target/doc/index.html"
351
351
You can’t perform that action at this time.
0 commit comments