4 lines
75 B
Makefile
4 lines
75 B
Makefile
|
.PHONY: doc
|
||
|
|
||
|
doc:
|
||
|
cargo doc --workspace --no-deps --document-private-items
|