remove debug and display chapter

this is too small for its own thing, I think.
This commit is contained in:
Steve Klabnik 2015-04-22 16:41:22 -04:00
parent e9e9279d87
commit a9bc39c536
2 changed files with 0 additions and 4 deletions

View file

@ -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)
* [Documentation](documentation.md)
* [Iterators](iterators.md)

View file

@ -1,3 +0,0 @@
% Debug and Display
Coming soon!