Skip to content

Commit b9e2b8c

Browse files
committed
RFC 235 is collections conventions
1 parent f64a478 commit b9e2b8c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ the direction the language is evolving in.
4242
* [0221-panic.md](text/0221-panic.md)
4343
* [0230-remove-runtime.md](text/0230-remove-runtime.md)
4444
* [0231-upvar-capture-inference.md](text/0231-upvar-capture-inference.md)
45+
* [0235-collections-conventions.md](text/0235-collections-conventions.md)
4546
* [0240-unsafe-api-location.md](text/0240-unsafe-api-location.md)
4647
* [0246-const-vs-static.md](text/0246-const-vs-static.md)
4748
* [0255-object-safety.md](text/0255-object-safety.md)

text/0000-collection-conventions.md renamed to text/0235-collections-conventions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- Start Date: (fill me in with today's date, 2014-08-29)
2-
- RFC PR #: (leave this empty)
1+
- Start Date: 2014-10-29
2+
- RFC PR #: [rust-lang/rfcs#235](https://github.com/rust-lang/rfcs/pull/235)
33
- Rust Issue #: (leave this empty)
44

55
# Summary

0 commit comments

Comments
 (0)