Skip to content

Commit 7e85431

Browse files
committed
Remove references to guide-conditions
std::condition was removed in 454882d but there are still links to the guide. Removing them.
1 parent 4243cad commit 7e85431

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configure

-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ do
803803
make_dir $h/test/doc-guide-pointers
804804
make_dir $h/test/doc-guide-container
805805
make_dir $h/test/doc-guide-tasks
806-
make_dir $h/test/doc-guide-conditions
807806
make_dir $h/test/doc-complement-cheatsheet
808807
make_dir $h/test/doc-rust
809808
done

src/doc/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ li {list-style-type: none; }
1919
* [Foreign Function Interface](guide-ffi.html)
2020
* [Macros](guide-macros.html)
2121
* [Testing](guide-testing.html)
22-
* [Conditions](guide-conditions.html)
2322
* [Rust's Runtime](guide-runtime.html)
2423

2524
# Libraries

0 commit comments

Comments
 (0)