This commit is contained in:
Niko Matsakis 2015-03-06 11:19:30 -05:00
parent 6b189ccef2
commit dab3e4b3f0
2 changed files with 3 additions and 2 deletions

View File

@ -37,6 +37,7 @@ the direction the language is evolving in.
* [0401-coercions.md](text/0401-coercions.md)
* [0447-no-unused-impl-parameters.md](text/0447-no-unused-impl-parameters.md)
* [0458-send-improvements.md](text/0458-send-improvements.md)
* [0495-array-pattern-changes.md](text/0495-array-pattern-changes.md)
* [0501-consistent_no_prelude_attributes.md](text/0501-consistent_no_prelude_attributes.md)
* [0505-api-comment-conventions.md](text/0505-api-comment-conventions.md)
* [0509-collections-reform-part-2.md](text/0509-collections-reform-part-2.md)

View File

@ -1,6 +1,6 @@
- Start Date: 2014-12-03
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)
- RFC PR: [rust-lang/rfcs#495](https://github.com/rust-lang/rfcs/pull/495)
- Rust Issue: [rust-lang/rust#23121](https://github.com/rust-lang/rust/issues/23121)
Summary
=======