diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-22 16:41:22 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-22 16:41:22 -0400 |
| commit | a9bc39c536b7ef2080e5b60bb4e68722394c3bae (patch) | |
| tree | b1f32ba33bb47df2ce55de4aa5cc73c87ff65d52 | |
| parent | e9e9279d87d5786fcb8e12482f2920979602267b (diff) | |
| download | rust-a9bc39c536b7ef2080e5b60bb4e68722394c3bae.tar.gz rust-a9bc39c536b7ef2080e5b60bb4e68722394c3bae.zip | |
remove debug and display chapter
this is too small for its own thing, I think.
| -rw-r--r-- | src/doc/trpl/SUMMARY.md | 1 | ||||
| -rw-r--r-- | src/doc/trpl/debug-and-display.md | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/trpl/SUMMARY.md b/src/doc/trpl/SUMMARY.md index e3c636df2e4..b0ee8e1fa93 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) * [Documentation](documentation.md) * [Iterators](iterators.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! |
