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