From 5f73037b8a556d393d2960bb7986131726ddd78c Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 24 Sep 2015 07:50:44 +0200 Subject: [PATCH] reference: not sure this is the right place to discuss design --- src/doc/reference.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index 83849574260e1..1aad12c08b957 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