Skip to content

Commit

Permalink
Generate cargo docs (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamc1 authored Nov 6, 2023
1 parent 972f20e commit d4a63be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ test:
clippy:
$(CARGO) clippy $(CARGO_MANIFEST_ARG) $(CARGO_EXTRA_ARGS) -- -Dwarnings

.PHONY: doc
doc:
$(CARGO) doc $(CARGO_MANIFEST_ARG)

# We ignore unstable warnings for fmt to enable the use of backward
# compatible nightly features. Stricly backward compatible only, or will
# cause conflicts across toolchains
Expand Down

0 comments on commit d4a63be

Please sign in to comment.