Skip to content

Commit

Permalink
auto merge of #17928 : steveklabnik/rust/remove_runtime_guide, r=alex…
Browse files Browse the repository at this point in the history
…crichton

Now that libgreen is gone, this is all wrong.

Fixes #17923
  • Loading branch information
bors committed Oct 11, 2014
2 parents 7dd1bf0 + 51c5a8e commit ba24610
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 286 deletions.
2 changes: 1 addition & 1 deletion mk/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
######################################################################
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
guide-tasks guide-container guide-pointers guide-testing \
guide-runtime guide-plugin complement-bugreport \
guide-plugin complement-bugreport \
complement-lang-faq complement-design-faq complement-project-faq rust \
rustdoc guide-unsafe guide-strings reference

Expand Down
283 changes: 0 additions & 283 deletions src/doc/guide-runtime.md

This file was deleted.

1 change: 0 additions & 1 deletion src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ a guide that can help you out:
* [Writing Unsafe and Low-Level Code](guide-unsafe.html)
* [Macros](guide-macros.html)
* [Testing](guide-testing.html)
* [Rust's Runtime](guide-runtime.html)
* [Compiler Plugins](guide-plugin.html)

# Tools
Expand Down
1 change: 0 additions & 1 deletion src/doc/po4a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
[type: text] src/doc/guide-macros.md $lang:doc/l10n/$lang/guide-macros.md
[type: text] src/doc/guide-plugin.md $lang:doc/l10n/$lang/guide-plugin.md
[type: text] src/doc/guide-pointers.md $lang:doc/l10n/$lang/guide-pointers.md
[type: text] src/doc/guide-runtime.md $lang:doc/l10n/$lang/guide-runtime.md
[type: text] src/doc/guide-strings.md $lang:doc/l10n/$lang/guide-strings.md
[type: text] src/doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md
[type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md
Expand Down

0 comments on commit ba24610

Please sign in to comment.