about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-04-24 09:44:16 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-04-24 19:21:13 +0530
commit7a50ecdd72907258c83eaf22b064e0ddc7e83b60 (patch)
treefecf2051be7d259621386f5383c8d94fd1b88239 /src/doc
parent50833a3f8397078def4fba5c5578011fefe5f278 (diff)
parenta9bc39c536b7ef2080e5b60bb4e68722394c3bae (diff)
downloadrust-7a50ecdd72907258c83eaf22b064e0ddc7e83b60.tar.gz
rust-7a50ecdd72907258c83eaf22b064e0ddc7e83b60.zip
Rollup merge of #24698 - steveklabnik:remove_debug_display, r=steveklabnik
this is too small for its own thing, I think.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/trpl/SUMMARY.md1
-rw-r--r--src/doc/trpl/debug-and-display.md3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/trpl/SUMMARY.md b/src/doc/trpl/SUMMARY.md
index 0edadeb628e..7ce74e86fef 100644
--- a/src/doc/trpl/SUMMARY.md
+++ b/src/doc/trpl/SUMMARY.md
@@ -7,7 +7,6 @@
 * [Learn Rust](learn-rust.md)
 * [Effective Rust](effective-rust.md)
     * [The Stack and the Heap](the-stack-and-the-heap.md)
-    * [Debug and Display](debug-and-display.md)
     * [Testing](testing.md)
     * [Conditional Compilation](conditional-compilation.md)
     * [Documentation](documentation.md)
diff --git a/src/doc/trpl/debug-and-display.md b/src/doc/trpl/debug-and-display.md
deleted file mode 100644
index 918f4c440ac..00000000000
--- a/src/doc/trpl/debug-and-display.md
+++ /dev/null
@@ -1,3 +0,0 @@
-% Debug and Display
-
-Coming soon!