]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #24698 - steveklabnik:remove_debug_display, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 24 Apr 2015 04:14:16 +0000 (09:44 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 24 Apr 2015 13:51:13 +0000 (19:21 +0530)
this is too small for its own thing, I think.

1  2 
src/doc/trpl/SUMMARY.md

index 0edadeb628e8036bd6ead12e71797406af7f01a8,b0ee8e1fa930899cf51d64d85c3bc13d8d74a99e..7ce74e86fef63450f2cd002d2aecec07a7dcd7eb
@@@ -7,9 -7,7 +7,8 @@@
  * [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)
      * [Iterators](iterators.md)
      * [Concurrency](concurrency.md)