Skip to content

Commit f9f030e

Browse files
committed
Fixed typos and format inconsistencies in headers of various RFCs.
In particular: * The RFC associated with rust-lang#127 should have had a link to rust-lang#19 as well (and has been assigned RFC rust-lang#19); it also was revised to match the markdown href style of other RFCs. * RFC rust-lang#34 needed its header entries filled in, * RFC rust-lang#123 had a typo in its header, and * RC rust-lang#155 was revised to match the markdown href style of other RFCs.
1 parent 4009b54 commit f9f030e

4 files changed

+7
-7
lines changed

text/0019-opt-in-builtin-traits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-09-18
2-
- RFC PR #: #127
3-
- Rust Issue #: #13231
2+
- RFC PR #: [rust-lang/rfcs#19](https://github.com/rust-lang/rfcs/pull/19), [rust-lang/rfcs#127](https://github.com/rust-lang/rfcs/pull/127)
3+
- Rust Issue #: [rust-lang/rust#13231](https://github.com/rust-lang/rust/issues/13231)
44

55
# Summary
66

text/0034-bounded-type-parameters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-04-05
2-
- RFC PR:
3-
- Rust Issue:
2+
- RFC PR: [rust-lang/rfcs#34](https://github.com/rust-lang/rfcs/pull/34)
3+
- Rust Issue: [rust-lang/rust#15759](https://github.com/rust-lang/rust/issues/15759)
44

55
# Summary
66

text/0123-share-to-threadsafe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Start Date: 2014-06-15
2-
- RFC PR #: [rust-lang/rfcs#123](https://github.com/rust-lang/rfcs/pull/123j)
2+
- RFC PR #: [rust-lang/rfcs#123](https://github.com/rust-lang/rfcs/pull/123)
33
- Rust Issue #: [rust-lang/rust#16281](https://github.com/rust-lang/rust/issues/16281)
44

55
# Summary

text/0155-anonymous-impl-only-in-same-module.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-07-04
2-
- RFC PR #: 155
3-
- Rust Issue #: 17059
2+
- RFC PR #: [rust-lang/rfcs#155](https://github.com/rust-lang/rfcs/pull/155)
3+
- Rust Issue #: [rust-lang/rust#17059](https://github.com/rust-lang/rust/issues/17059)
44

55
# Summary
66

0 commit comments

Comments
 (0)