Fix cargo doc CI

This commit is contained in:
Thom Chiovoloni 2020-04-11 20:54:38 -07:00 committed by Thom Chiovoloni
parent ac1416152e
commit 2c8f8b0eab

View File

@ -123,8 +123,8 @@ jobs:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
env:
RUSTFLAGS: -D warnings
with:
command: doc
args: --no-deps --features 'bundled-full session buildtime_bindgen'
# Need to use `cargo rustdoc` to actually get it to respect -D
# warnings... Note: this also requires nightly.
command: rustdoc
args: --features 'bundled-full session buildtime_bindgen' -- -D warnings