Skip to content

Commit 9b255a3

Browse files
committed
Fix fallout from #3119 merge.
It appears that some of the changes that were meant to go to RFC 3119 ended up in the RFC template instead.
1 parent 43bca00 commit 9b255a3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

0000-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
- Feature Name: none
2-
- Start Date: (fill me in with today's date, 2021-05-04)
3-
- RFC PR: [rust-lang/rfcs#3119](https://github.com/rust-lang/rfcs/pull/3119)
4-
- Rust Issue: [rust-lang/rust#88867](https://github.com/rust-lang/rust/issues/88867)
1+
- Feature Name: (fill me in with a unique ident, `my_awesome_feature`)
2+
- Start Date: (fill me in with today's date, YYYY-MM-DD)
3+
- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000)
4+
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
55

66
# Summary
77
[summary]: #summary

text/3119-rust-crate-ownership.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Rust crate ownership policy
22

3-
- Feature Name: (fill me in with a unique ident, `my_awesome_feature`)
4-
- Start Date: (fill me in with today's date, 2021-05-04)
5-
- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000)
6-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
3+
- Feature Name: none
4+
- Start Date: 2021-05-04
5+
- RFC PR: [rust-lang/rfcs#3119](https://github.com/rust-lang/rfcs/pull/3119)
6+
- Rust Issue: [rust-lang/rust#88867](https://github.com/rust-lang/rust/issues/88867)
77

88

99
# Summary

0 commit comments

Comments
 (0)