diff --git a/src/doc/reference.md b/src/doc/reference.md index 83849574260e..1aad12c08b95 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -4036,10 +4036,6 @@ In general, `--crate-type=bin` or `--crate-type=lib` should be sufficient for all compilation needs, and the other options are just available if more fine-grained control is desired over the output format of a Rust crate. -# Appendix: Rationales and design trade-offs - -*TODO*. - # Appendix: Influences Rust is not a particularly original language, with design elements coming from