mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-03 15:06:41 +00:00
Change docs.rs to docs
This commit is contained in:
parent
1c16d8c462
commit
e02349473c
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- cargo check --all --benches --bins --examples --tests
|
- cargo check --all --benches --bins --examples --tests
|
||||||
- cargo test --all
|
- cargo test --all
|
||||||
- cargo doc --features docs.rs
|
- cargo doc --features docs
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in a new issue