2
0
Fork 1
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:
Stjepan Glavina 2019-08-12 20:53:24 +02:00
parent 1c16d8c462
commit e02349473c

View file

@ -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