Closed
Description
I am seeing these warnings while issuing as cargo doc
command.
warning: `[impls::next_u32_via_fill]` cannot be resolved, ignoring it...
--> /home/prataprc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.0/src/lib.rs:144:24
|
144 | /// [`fill_bytes`][impls::next_u32_via_fill].
| ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring
|
= note: #[warn(intra_doc_link_resolution_failure)] on by default
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
warning: `[distributions::uniform::Uniform]` cannot be resolved, ignoring it...
--> /home/prataprc/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/src/lib.rs:241:22
|
241 | /// [`Uniform`]: distributions::uniform::Uniform
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`