Skip to content

Commit 475c4ea

Browse files
committed
fixed start dates and feature names of RFCs 2089, 2093, 2132, 2133
1 parent 6590be1 commit 475c4ea

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

text/2089-implied-bounds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- Feature Name: `implied-bounds`
2-
- Start Date: (fill me in with today's date, YYYY-MM-DD)
1+
- Feature Name: `implied_bounds`
2+
- Start Date: 2017-07-28
33
- RFC PR: https://github.com/rust-lang/rfcs/pull/2089
44
- Rust Issue: https://github.com/rust-lang/rust/issues/44491
55

text/2093-infer-outlives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- Feature Name: infer_outlives
1+
- Feature Name: `infer_outlives`
22
- Start Date: 2017-08-02
33
- RFC PR: https://github.com/rust-lang/rfcs/pull/2093
44
- Rust Issue: https://github.com/rust-lang/rust/issues/44493

text/2132-copy-closures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- Feature Name: copy_closures
2-
- Start Date: 2017-8-27
1+
- Feature Name: `copy_closures`
2+
- Start Date: 2017-08-27
33
- RFC PR: https://github.com/rust-lang/rfcs/pull/2132
44
- Rust Issue: https://github.com/rust-lang/rust/issues/44490
55

text/2133-all-the-clones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- Feature Name: all_the_clones
1+
- Feature Name: `all_the_clones`
22
- Start Date: 2017-08-28
33
- RFC PR: https://github.com/rust-lang/rfcs/pull/2133
44
- Rust Issue: https://github.com/rust-lang/rust/issues/44496

0 commit comments

Comments
 (0)