docs(ffi): generate FFI documentation (#2447)

This commit is contained in:
Sean McArthur
2021-02-26 19:00:37 -08:00
committed by GitHub
parent 4c946af49c
commit f162ca2f2f
10 changed files with 73 additions and 4 deletions

View File

@@ -179,4 +179,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: rustdoc
args: --features full -- --cfg docsrs -D broken-intra-doc-links
args: --features full,ffi -- --cfg docsrs --cfg hyper_unstable_ffi -D broken-intra-doc-links