Skip to content

Commit 51c5a8e

Browse files
committed
Remove the runtime guide.
Now that libgreen is gone, this is all wrong. Fixes #17923
1 parent 158eaa6 commit 51c5a8e

File tree

4 files changed

+1
-286
lines changed

4 files changed

+1
-286
lines changed

Diff for: mk/docs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
######################################################################
2828
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
2929
guide-tasks guide-container guide-pointers guide-testing \
30-
guide-runtime guide-plugin complement-bugreport \
30+
guide-plugin complement-bugreport \
3131
complement-lang-faq complement-design-faq complement-project-faq rust \
3232
rustdoc guide-unsafe guide-strings reference
3333

Diff for: src/doc/guide-runtime.md

-283
This file was deleted.

Diff for: src/doc/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ a guide that can help you out:
6262
* [Writing Unsafe and Low-Level Code](guide-unsafe.html)
6363
* [Macros](guide-macros.html)
6464
* [Testing](guide-testing.html)
65-
* [Rust's Runtime](guide-runtime.html)
6665
* [Compiler Plugins](guide-plugin.html)
6766

6867
# Tools

Diff for: src/doc/po4a.conf

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
[type: text] src/doc/guide-macros.md $lang:doc/l10n/$lang/guide-macros.md
1616
[type: text] src/doc/guide-plugin.md $lang:doc/l10n/$lang/guide-plugin.md
1717
[type: text] src/doc/guide-pointers.md $lang:doc/l10n/$lang/guide-pointers.md
18-
[type: text] src/doc/guide-runtime.md $lang:doc/l10n/$lang/guide-runtime.md
1918
[type: text] src/doc/guide-strings.md $lang:doc/l10n/$lang/guide-strings.md
2019
[type: text] src/doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md
2120
[type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md

0 commit comments

Comments
 (0)