Skip to content

Commit 7db0a4a

Browse files
committed
remove work in progress
1 parent 0f01c9b commit 7db0a4a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

text/0000-mergeable-rustdoc-cross-crate-info.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000)
44
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
55

6-
# Rustdoc Proposal - Merge Documentation From Multiple Crates
7-
8-
# Work in progress
9-
10-
<https://github.com/EtomicBomb/rust/tree/master>
11-
126
# Summary
137

148
Mergeable cross-crate information in rustdoc. Facilitates the generation of documentation indexes in environments with many crates by allowing each crate to write to an independent output directory. Final documentation is rendered with a lightweight merge step. Configurable with command-line flags, this proposal writes a `doc.parts` directory to hold pre-merge cross-crate information. Currently, rustdoc requires global mutable access to a single output directory to generate cross-crate information, which is an obstacle to integrating rustdoc in build systems that make build actions independent.

0 commit comments

Comments
 (0)