Big announcement: I fixed a bug in cargo which only provided information about direct dependencies of a crate to rustdoc.
In short, crates like bevy should now have source links and everything working on docs.rs (at next release of the crate).
Long version: if you had items coming from grand-children dependencies or below, it was not generating links to them because rustdoc didn't know where to find them.
PR: https://github.com/rust-lang/cargo/pull/13481
#rust #rustlang