-
-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Labels
Description
#706 is failing with what I think is a failure unrelated to the PR. Instead, it appears that #691 added a check for broken doc links to travis, which is now failing due to these errors: https://travis-ci.org/rust-random/rand/jobs/484131698#L1450-L2200, like:
warning: `[impls::next_u32_via_fill]` cannot be resolved, ignoring it...
--> /home/travis/build/rust-random/rand/rand_core/src/lib.rs:144:24
|
144 | /// [`fill_bytes`][impls::next_u32_via_fill].
| ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`