diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-24 09:44:16 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-24 19:21:13 +0530 |
| commit | 7a50ecdd72907258c83eaf22b064e0ddc7e83b60 (patch) | |
| tree | fecf2051be7d259621386f5383c8d94fd1b88239 /src | |
| parent | 50833a3f8397078def4fba5c5578011fefe5f278 (diff) | |
| parent | a9bc39c536b7ef2080e5b60bb4e68722394c3bae (diff) | |
| download | rust-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')
| -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 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! |
