diff options
Diffstat (limited to '.run/src/bin/doc.sh')
| -rwxr-xr-x | .run/src/bin/doc.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh deleted file mode 100755 index d6181d3..0000000 --- a/.run/src/bin/doc.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -RUSTDOCFLAGS="--html-in-header mingling/arborium-header.html" cargo doc \ - --manifest-path mingling/Cargo.toml \ - --no-deps \ - --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros,pathf \ - --open |
