aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.sh
blob: 422985352e58118b0e069361acd95f45f27b852e (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,builds,structural_renderer,repl,comp,picker,clap,extra_macros,pathf \
  --open