diff --git a/configure b/configure index a25eb832114..a69069183e7 100755 --- a/configure +++ b/configure @@ -803,7 +803,6 @@ do make_dir $h/test/doc-guide-pointers make_dir $h/test/doc-guide-container make_dir $h/test/doc-guide-tasks - make_dir $h/test/doc-guide-conditions make_dir $h/test/doc-complement-cheatsheet make_dir $h/test/doc-rust done diff --git a/src/doc/index.md b/src/doc/index.md index e343173f50a..8c77fe279db 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -19,7 +19,6 @@ li {list-style-type: none; } * [Foreign Function Interface](guide-ffi.html) * [Macros](guide-macros.html) * [Testing](guide-testing.html) -* [Conditions](guide-conditions.html) * [Rust's Runtime](guide-runtime.html) # Libraries