Rollup merge of #23184 - steveklabnik:gh22553, r=alexcrichton

Fixes #22553
This commit is contained in:
Manish Goregaokar 2015-03-09 00:10:06 +05:30
commit b515b4e28a

View file

@ -16,11 +16,11 @@
* [Standard Input](standard-input.md)
* [Guessing Game](guessing-game.md)
* [II: Intermediate Rust](intermediate.md)
* [More Strings](more-strings.md)
* [Crates and Modules](crates-and-modules.md)
* [Testing](testing.md)
* [Pointers](pointers.md)
* [Ownership](ownership.md)
* [More Strings](more-strings.md)
* [Patterns](patterns.md)
* [Method Syntax](method-syntax.md)
* [Closures](closures.md)