aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.sh
diff options
context:
space:
mode:
Diffstat (limited to '.run/src/bin/doc.sh')
-rwxr-xr-x.run/src/bin/doc.sh7
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