Verify documentation links on Travis #82
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
mentored
Issues where we provide mentoring
Let's use
cargo-deadlinks
with the following command on Travis:This currently fails with some errors which are due to re-exports from
std
:The way we resolve these errors is by writing shim docs for re-exports from
std
, similarly to how we did that here:async-std/src/os/unix/net/mod.rs
Line 14 in addda39
The idea is that under the
docs
feature flag we generate "fake" docs linking toasync-std
's types, but otherwise re-export real types fromstd
.The text was updated successfully, but these errors were encountered: