2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +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:
- cargo check --all --benches --bins --examples --tests
- cargo test --all
- cargo doc --features docs.rs
- cargo doc --features docs
- cargo fmt --all -- --check