-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo doc
breaks for 2018-06-18 nightly
#437
Comments
My understanding is that That said, there probably are also issues w/ the docs. I will happily accept PRs to fix broken links. |
Depends on deprecrated/net2-rs#76 | Done |
Depends on crossbeam-rs/crossbeam-utils#21 | Released v0.4.1 |
Depends on #450 | Done |
Depends on tokio-rs/bytes#218 | Done |
Depends on #458 | Done |
Depends on #471 | Done |
Depends on rust-random/rand#584 | Released v0.5.5 |
Depends on tokio-rs/mio#861 | Released v0.6.16 |
Depends on #518 | Done |
Depends on #556 | Done |
Depends on #557 | Fixed |
Depends on #792 | Done |
The crux of the issue seems to be
lib.rs:9
, where[notified]
doesn't actually refer to anything in source.I've included a sample invocation below, but if you need any further information please let me know! Builds for
uploads-im-client-rs
are breaking because I decided to include acargo doc --verbose
command. I would love to keep my CI more rigorous, but I can't with this issue!Log output
The text was updated successfully, but these errors were encountered: