aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.sh
blob: 79c74e75944fbf340a6dc26e85c4fd226b8240b2 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

RUSTDOCFLAGS="--html-in-header mingling/arborium-header.html" cargo doc \
  --manifest-path mingling/Cargo.toml \
  --no-deps \
  --features docs_rs,core,macros,structural_renderer,repl,comp,picker,clap,extras,pathf \
  --open