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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh
index 9267a07..d6181d3 100755
--- a/.run/src/bin/doc.sh
+++ b/.run/src/bin/doc.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-cargo doc \
+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 \