Improve docs for tokio_unstable. (#4524)

This commit is contained in:
Cody Casterline
2022-02-25 12:36:37 -05:00
committed by GitHub
parent 70c10bae60
commit 4485921ba7
3 changed files with 38 additions and 8 deletions
+2 -2
View File
@@ -359,8 +359,8 @@ jobs:
- name: "doc --lib --all-features"
run: cargo doc --lib --no-deps --all-features --document-private-items
env:
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
RUSTFLAGS: --cfg docsrs --cfg tokio_unstable
RUSTDOCFLAGS: --cfg docsrs --cfg tokio_unstable -Dwarnings
loom-compile:
name: build loom tests