]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12286 : sfackler/rust/no-conditions, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 15 Feb 2014 11:56:27 +0000 (03:56 -0800)
committerbors <bors@rust-lang.org>
Sat, 15 Feb 2014 11:56:27 +0000 (03:56 -0800)
src/doc/tutorial.md

index d620ed0b54f37d1bd4fde49b17b3eaa86dd73e56..a007ac20b89fc28ca898a7713bbf08d3779dde22 100644 (file)
@@ -3240,7 +3240,6 @@ guides on individual topics.
 * [Macros][macros]
 * [The foreign function interface][ffi]
 * [Containers and iterators][container]
-* [Error-handling and Conditions][conditions]
 * [Documenting Rust code][rustdoc]
 * [Testing Rust code][testing]
 * [The Rust Runtime][runtime]
@@ -3253,7 +3252,6 @@ There is further documentation on the [wiki], however those tend to be even more
 [macros]: guide-macros.html
 [ffi]: guide-ffi.html
 [container]: guide-container.html
-[conditions]: guide-conditions.html
 [testing]: guide-testing.html
 [runtime]: guide-runtime.html
 [rustdoc]: rustdoc.html