Skip to content

Commit

Permalink
Remove the runtime guide.
Browse files Browse the repository at this point in the history
Now that libgreen is gone, this is all wrong.

Fixes #17923
  • Loading branch information
steveklabnik committed Oct 10, 2014
1 parent 158eaa6 commit 51c5a8e
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
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
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
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

9 comments on commit 51c5a8e

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at steveklabnik@51c5a8e

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/remove_runtime_guide = 51c5a8e into auto

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/remove_runtime_guide = 51c5a8e merged ok, testing candidate = b01fc48

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at steveklabnik@51c5a8e

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/remove_runtime_guide = 51c5a8e into auto

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/remove_runtime_guide = 51c5a8e merged ok, testing candidate = ba24610

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 51c5a8e Oct 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ba24610

Please sign in to comment.