Przeglądaj źródła

doc: Stop building rustdoc for dependencies.

parazyd 3 lat temu
rodzic
commit
3d867832ac
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -65,7 +65,7 @@ clippy: contracts $(PROOFS_BIN)
 	$(CARGO) clippy --release --all-features --all
 
 rustdoc: contracts $(PROOFS_BIN)
-	$(CARGO) doc --release --all-features --workspace --document-private-items
+	$(CARGO) doc --release --all-features --workspace --document-private-items --no-deps
 
 test: $(PROOFS_BIN) contracts
 	$(CARGO) test --release --all-features --all