From f9f030ec7d68d9ebe967d90dbf25e26fd37223d9 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Wed, 8 Oct 2014 13:38:33 +0200 Subject: [PATCH] Fixed typos and format inconsistencies in headers of various RFCs. In particular: * The RFC associated with #127 should have had a link to #19 as well (and has been assigned RFC #19); it also was revised to match the markdown href style of other RFCs. * RFC #34 needed its header entries filled in, * RFC #123 had a typo in its header, and * RC #155 was revised to match the markdown href style of other RFCs. --- text/0019-opt-in-builtin-traits.md | 4 ++-- text/0034-bounded-type-parameters.md | 4 ++-- text/0123-share-to-threadsafe.md | 2 +- text/0155-anonymous-impl-only-in-same-module.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/text/0019-opt-in-builtin-traits.md b/text/0019-opt-in-builtin-traits.md index ae4ab261e93ed..c29e03563262f 100644 --- a/text/0019-opt-in-builtin-traits.md +++ b/text/0019-opt-in-builtin-traits.md @@ -1,6 +1,6 @@ - Start Date: 2014-09-18 -- RFC PR #: #127 -- Rust Issue #: #13231 +- 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) +- Rust Issue #: [rust-lang/rust#13231](https://github.com/rust-lang/rust/issues/13231) # Summary diff --git a/text/0034-bounded-type-parameters.md b/text/0034-bounded-type-parameters.md index aaaaf6bdb88d2..96504d9433668 100644 --- a/text/0034-bounded-type-parameters.md +++ b/text/0034-bounded-type-parameters.md @@ -1,6 +1,6 @@ - Start Date: 2014-04-05 -- RFC PR: -- Rust Issue: +- RFC PR: [rust-lang/rfcs#34](https://github.com/rust-lang/rfcs/pull/34) +- Rust Issue: [rust-lang/rust#15759](https://github.com/rust-lang/rust/issues/15759) # Summary diff --git a/text/0123-share-to-threadsafe.md b/text/0123-share-to-threadsafe.md index 5b3422d479cc6..0d8739d7748c6 100644 --- a/text/0123-share-to-threadsafe.md +++ b/text/0123-share-to-threadsafe.md @@ -1,5 +1,5 @@ - Start Date: 2014-06-15 -- RFC PR #: [rust-lang/rfcs#123](https://github.com/rust-lang/rfcs/pull/123j) +- RFC PR #: [rust-lang/rfcs#123](https://github.com/rust-lang/rfcs/pull/123) - Rust Issue #: [rust-lang/rust#16281](https://github.com/rust-lang/rust/issues/16281) # Summary diff --git a/text/0155-anonymous-impl-only-in-same-module.md b/text/0155-anonymous-impl-only-in-same-module.md index 065dc8a86af6e..8bc961ec71608 100644 --- a/text/0155-anonymous-impl-only-in-same-module.md +++ b/text/0155-anonymous-impl-only-in-same-module.md @@ -1,6 +1,6 @@ - Start Date: 2014-07-04 -- RFC PR #: 155 -- Rust Issue #: 17059 +- RFC PR #: [rust-lang/rfcs#155](https://github.com/rust-lang/rfcs/pull/155) +- Rust Issue #: [rust-lang/rust#17059](https://github.com/rust-lang/rust/issues/17059) # Summary