diff options
| author | gnzlbg <gnzlbg@users.noreply.github.com> | 2017-11-27 19:47:23 +0100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-11-27 10:47:23 -0800 |
| commit | b8a4b397ade236e2735b413ca2cb4ff1f91855e8 (patch) | |
| tree | 61d2357f2e4443f7a1233a13360ba9d2de39c298 /library/stdarch/ci | |
| parent | 40a0b1cc924ea541452a263ca47148f1047efb7f (diff) | |
| download | rust-b8a4b397ade236e2735b413ca2cb4ff1f91855e8.tar.gz rust-b8a4b397ade236e2735b413ca2cb4ff1f91855e8.zip | |
update docs (#217)
* update docs * cargo clean deletes previous docs * remove stdsimd from coresimd examples * use stdsimd instead of coresimd in core docs * add stdsimd as a dev-dependency of coresimd
Diffstat (limited to 'library/stdarch/ci')
| -rwxr-xr-x | library/stdarch/ci/dox.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/stdarch/ci/dox.sh b/library/stdarch/ci/dox.sh index 3bcb7bcf9f9..9b412757c84 100755 --- a/library/stdarch/ci/dox.sh +++ b/library/stdarch/ci/dox.sh @@ -22,7 +22,6 @@ dox() { rm -rf target/doc/$arch mkdir target/doc/$arch - cargo clean cargo build --target $target rustdoc --target $target -o target/doc/$arch src/lib.rs --crate-name stdsimd --library-path target/$target/debug/deps |
