Skip to content

Commit b1eaeb5

Browse files
committed
doc: build the docs for librustuv
Closes #11444
1 parent 18e7f3b commit b1eaeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/docs.mk

+1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ $(eval $(call libdoc,std,$(STDLIB_CRATE),$(CFG_BUILD)))
308308
$(eval $(call libdoc,extra,$(EXTRALIB_CRATE),$(CFG_BUILD)))
309309
$(eval $(call libdoc,native,$(LIBNATIVE_CRATE),$(CFG_BUILD)))
310310
$(eval $(call libdoc,green,$(LIBGREEN_CRATE),$(CFG_BUILD)))
311+
$(eval $(call libdoc,rustuv,$(LIBRUSTUV_CRATE),$(CFG_BUILD)))
311312

312313
$(eval $(call compiledoc,rustc,$(COMPILER_CRATE),$(CFG_BUILD)))
313314
$(eval $(call compiledoc,syntax,$(LIBSYNTAX_CRATE),$(CFG_BUILD)))

0 commit comments

Comments
 (0)