diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:11:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:11:09 +0800 |
| commit | 021e04b9a65e43071c18dc4dbea4f4ac27318e20 (patch) | |
| tree | a449604b9f235d376d80ad39afb4b67dde783a58 /.run/src/bin/doc.ps1 | |
| parent | b1102be2682feb2d2182ead0fcc7ce12f8d0c865 (diff) | |
chore(ci): remove obsolete run scripts
Diffstat (limited to '.run/src/bin/doc.ps1')
| -rw-r--r-- | .run/src/bin/doc.ps1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1 deleted file mode 100644 index 64150b1..0000000 --- a/.run/src/bin/doc.ps1 +++ /dev/null @@ -1,5 +0,0 @@ -$env: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 |
