From b9e2b8c49c4b9e0dca2649b1eca0380d7358a60b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 29 Oct 2014 08:23:40 -0700 Subject: [PATCH] RFC 235 is collections conventions --- README.md | 1 + ...lection-conventions.md => 0235-collections-conventions.md} | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename text/{0000-collection-conventions.md => 0235-collections-conventions.md} (99%) diff --git a/README.md b/README.md index a2fe4917e41..9452cced14d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ the direction the language is evolving in. * [0221-panic.md](text/0221-panic.md) * [0230-remove-runtime.md](text/0230-remove-runtime.md) * [0231-upvar-capture-inference.md](text/0231-upvar-capture-inference.md) +* [0235-collections-conventions.md](text/0235-collections-conventions.md) * [0240-unsafe-api-location.md](text/0240-unsafe-api-location.md) * [0246-const-vs-static.md](text/0246-const-vs-static.md) * [0255-object-safety.md](text/0255-object-safety.md) diff --git a/text/0000-collection-conventions.md b/text/0235-collections-conventions.md similarity index 99% rename from text/0000-collection-conventions.md rename to text/0235-collections-conventions.md index 95adbbedba2..ab5499ccb66 100644 --- a/text/0000-collection-conventions.md +++ b/text/0235-collections-conventions.md @@ -1,5 +1,5 @@ -- Start Date: (fill me in with today's date, 2014-08-29) -- RFC PR #: (leave this empty) +- Start Date: 2014-10-29 +- RFC PR #: [rust-lang/rfcs#235](https://github.com/rust-lang/rfcs/pull/235) - Rust Issue #: (leave this empty) # Summary