0

I've got a private lib stored on GitHub I'm using on my project. For some reason the docs for this lib are not loaded in VSCode, so they are not displayed when hovering over the documented method.

In my Cargo.toml the lib is added like this:

[dependencies]
private_lib = { git = "https://github.com/my_account_name/private_lib.git" }

It works so the dependency should be right, do have to do something else, so the docs are loaded as well?

0 Answers0