rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

[rust_doc] Rust doc should include crate dependencies in its output

Open brt-adam-snaider opened this issue 2 years ago • 0 comments

When I have a rust_doc(crate = ":mycrate") rule, I would expect that the documentation generated would include all of the dependencies of "mycrate" as well such that any reexports are appropriately documented

brt-adam-snaider avatar Nov 08 '23 01:11 brt-adam-snaider