Skip to content

Commit

Permalink
ops: make docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Jan 19, 2024
1 parent 287ba85 commit ab240e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ doc :
ifeq ($(clean),yes)
@rm -rf target/doc/
endif
cargo doc --all-features --package router \
cargo doc --all-features --no-deps\
$(if $(call eq,$(private),no),,--document-private-items) \
$(if $(call eq,$(open),no),,--open)

Expand Down

0 comments on commit ab240e2

Please sign in to comment.