cargo-docserver icon indicating copy to clipboard operation
cargo-docserver copied to clipboard

Error when working with embedded crates

Open wez opened this issue 7 years ago • 0 comments

$ git clone --depth=1 https://github.com/nrf-rs/nrf52.git
$ cd nrf52/nrf52-hal
$ cargo doc
$ cargo docserver

then click the link -> 404

This fails to find the docs presumably because it doesn't know to look at https://github.com/nrf-rs/nrf52/blob/master/.cargo/config#L11 to resolve the correct dir for the docs

wez avatar Aug 25 '18 17:08 wez