diff options
Diffstat (limited to '.run/src/bin/doc-nightly.ps1')
| -rw-r--r-- | .run/src/bin/doc-nightly.ps1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.run/src/bin/doc-nightly.ps1 b/.run/src/bin/doc-nightly.ps1 new file mode 100644 index 0000000..30d6aaf --- /dev/null +++ b/.run/src/bin/doc-nightly.ps1 @@ -0,0 +1,6 @@ +cargo +nightly rustdoc ` + --manifest-path mingling/Cargo.toml ` + --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros ` + --open ` + -- ` + --cfg docsrs |
