Skip to content

Commit e49fd46

Browse files
authored
Merge pull request #3507 from dtolnay/links
Fix RFC numbers and pull request links
2 parents 564dff9 + b114411 commit e49fd46

10 files changed

+15
-15
lines changed

text/0218-empty-struct-with-braces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-08-28
2-
- RFC PR: [rust-lang/rfcs#218](https://github.com/rust-lang/rfcs/pull/218/files)
3-
- Rust Issue: [rust-lang/rust#218](https://github.com/rust-lang/rust/issues/24266)
2+
- RFC PR: [rust-lang/rfcs#218](https://github.com/rust-lang/rfcs/pull/218)
3+
- Rust Issue: [rust-lang/rust#24266](https://github.com/rust-lang/rust/issues/24266)
44

55
# Summary
66

text/0326-restrict-xXX-to-ascii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Start Date: 2014-09-26
2-
- RFC PR: 326
2+
- RFC PR: [rust-lang/rfcs#326](https://github.com/rust-lang/rfcs/pull/326)
33
- Rust Issue: [rust-lang/rust#18062](https://github.com/rust-lang/rust/issues/18062)
44

55
# Summary

text/0601-replace-be-with-become.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Start Date: 2015-01-20
2-
- RFC PR: [rust-lang/rfcs#601](https://github.com/rust-lang/rfcs/pull/601/)
2+
- RFC PR: [rust-lang/rfcs#601](https://github.com/rust-lang/rfcs/pull/601)
33
- Rust Issue: [rust-lang/rust#22141](https://github.com/rust-lang/rust/issues/22141)
44

55
# Summary

text/1298-incremental-compilation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: incremental-compilation
22
- Start Date: 2015-08-04
3-
- RFC PR: (leave this empty)
4-
- Rust Issue: (leave this empty)
3+
- RFC PR: [rust-lang/rfcs#1298](https://github.com/rust-lang/rfcs/pull/1298)
4+
- Rust Issue: [rust-lang/rust-roadmap-2017#4](https://github.com/rust-lang/rust-roadmap-2017/issues/4)
55

66
# Summary
77

text/1728-north-star.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Feature Name: north_star
22
- Start Date: 2016-08-07
3-
- RFC PR: #1728
3+
- RFC PR: [rust-lang/rfcs#1728](https://github.com/rust-lang/rfcs/pull/1728)
44
- Rust Issue: N/A
55

66
# Summary

text/2396-target-feature-1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Feature Name: `#[target_feature]` 1.1
22
- Start Date: 2018-04-06
3-
- RFC PR: [rust-lang/rust#2396](https://github.com/rust-lang/rfcs/pull/2396)
3+
- RFC PR: [rust-lang/rfcs#2396](https://github.com/rust-lang/rfcs/pull/2396)
44
- Rust Issue: [rust-lang/rust#69098](https://github.com/rust-lang/rust/issues/69098)
55

66
# Summary

text/2436-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Feature Name: N/A
22
- Start Date: 2018-05-04
3-
- RFC PR: #2436
3+
- RFC PR: [rust-lang/rfcs#2436](https://github.com/rust-lang/rfcs/pull/2436)
44
- Rust Issue: N/A
55

66
# Summary

text/2476-clippy-uno.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `clippy_uno`
22
- Start Date: 2018-06-14
3-
- RFC PR: [rust-lang/rfcs#2539](https://github.com/rust-lang/rfcs/pull/2539)
4-
- Rust Issue: [rust-lang-nursery/rust-clippy#54881](https://github.com/rust-lang-nursery/rust-clippy/issues/3343)
3+
- RFC PR: [rust-lang/rfcs#2476](https://github.com/rust-lang/rfcs/pull/2476)
4+
- Rust Issue: [rust-lang-nursery/rust-clippy#3343](https://github.com/rust-lang-nursery/rust-clippy/issues/3343)
55

66
# Summary
77
[summary]: #summary

text/3327-lang-team-advisors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Lang team advisors RFC
44

55
- Feature Name: N/A
66
- Start Date: 2022-09-21
7-
- RFC PR: [rust-lang/rfcs#3327](https://github.com/rust-lang/rfcs/pull/0000)
8-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
7+
- RFC PR: [rust-lang/rfcs#3327](https://github.com/rust-lang/rfcs/pull/3327)
8+
- Rust Issue: N/A
99

1010
# Summary
1111
[summary]: #summary

text/3366-diagnostic-attribute-namespace.md renamed to text/3368-diagnostic-attribute-namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: The `#[diagnostic]` attribute namespace
22
- Start Date: 2023-01-06
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)
3+
- RFC PR: [rust-lang/rfcs#3368](https://github.com/rust-lang/rfcs/pull/3368)
4+
- Rust Issue: [rust-lang/rust#111996](https://github.com/rust-lang/rust/issues/111996)
55

66

77
# Summary

0 commit comments

Comments
 (0)