Bläddra i källkod

doc: Stop building rustdoc for dependencies.

parazyd 3 år sedan
förälder
incheckning
3d867832ac
1 ändrade filer med 1 tillägg och 1 borttagningar
  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