We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4243cad commit 7e85431Copy full SHA for 7e85431
configure
@@ -803,7 +803,6 @@ do
803
make_dir $h/test/doc-guide-pointers
804
make_dir $h/test/doc-guide-container
805
make_dir $h/test/doc-guide-tasks
806
- make_dir $h/test/doc-guide-conditions
807
make_dir $h/test/doc-complement-cheatsheet
808
make_dir $h/test/doc-rust
809
done
src/doc/index.md
@@ -19,7 +19,6 @@ li {list-style-type: none; }
19
* [Foreign Function Interface](guide-ffi.html)
20
* [Macros](guide-macros.html)
21
* [Testing](guide-testing.html)
22
-* [Conditions](guide-conditions.html)
23
* [Rust's Runtime](guide-runtime.html)
24
25
# Libraries
0 commit comments