add cargo-doc target
This commit is contained in:
parent
c98290d4f0
commit
07163eb4f3
1 changed files with 1 additions and 0 deletions
|
@ -82,3 +82,4 @@ custom_target(
|
||||||
)
|
)
|
||||||
|
|
||||||
run_target('clippy', command: [cargo, 'clippy'], env: cargo_env)
|
run_target('clippy', command: [cargo, 'clippy'], env: cargo_env)
|
||||||
|
run_target('cargo-doc', command: [cargo, 'doc'], env: cargo_env)
|
||||||
|
|
Loading…
Reference in a new issue