diff options
Diffstat (limited to '.run/src/bin/doc.sh')
| -rwxr-xr-x | .run/src/bin/doc.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh index 014ea44..8c809b7 100755 --- a/.run/src/bin/doc.sh +++ b/.run/src/bin/doc.sh @@ -1,7 +1,3 @@ #!/bin/bash -cargo doc \ - --manifest-path mingling/Cargo.toml \ - --no-deps \ - --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \ - --open +cargo dev_tool deploy-api-docs -- --open |
