Skip to content

Commit 2bfe17d

Browse files
authored
Merge pull request #2336 from ordovicia/md-link
Markdown style link for mdbook (same as #2199)
2 parents 0d978a0 + e806302 commit 2bfe17d

9 files changed

+16
-16
lines changed

text/1909-unsized-rvalues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: unsized_locals
22
- Start Date: 2017-02-11
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/1909
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48055
3+
- RFC PR: [rust-lang/rfcs#1909](https://github.com/rust-lang/rfcs/pull/1909)
4+
- Rust Issue: [rust-lang/rust#48055](https://github.com/rust-lang/rust/issues/48055)
55

66
# Summary
77
[summary]: #summary

text/2056-allow-trivial-where-clause-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `allow_trivial_constraints`
22
- Start Date: 2017-07-05
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2056
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48214
3+
- RFC PR: [rust-lang/rfcs#2056](https://github.com/rust-lang/rfcs/pull/2056)
4+
- Rust Issue: [rust-lang/rust#48214](https://github.com/rust-lang/rust/issues/48214)
55

66
# Summary
77
[summary]: #summary

text/2091-inline-semantic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: `track_caller`
22
- Start Date: 2017-07-31
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2091
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/47809
3+
- RFC PR: [rust-lang/rfcs#2091](https://github.com/rust-lang/rfcs/pull/2091)
4+
- Rust Issue: [rust-lang/rust#47809](https://github.com/rust-lang/rust/issues/47809)
55

66
----
77

text/2116-alloc-me-maybe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: fallible_collection_alloc
22
- Start Date: (fill me in with today's date, YYYY-MM-DD)
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2116
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48043
3+
- RFC PR: [rust-lang/rfcs#2116](https://github.com/rust-lang/rfcs/pull/2116)
4+
- Rust Issue: [rust-lang/rust#48043](https://github.com/rust-lang/rust/issues/48043)
55

66
# Summary
77
[summary]: #summary

text/2136-build-systems.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: 2017-09-01
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2136
3+
- RFC PR: [rust-lang/rfcs#2136](https://github.com/rust-lang/rfcs/pull/2136)
44
- Rust Issue: N/A
55

66
# Summary

text/2145-type-privacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: N/A
22
- Start Date: 2017-09-09
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2145
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48054
3+
- RFC PR: [rust-lang/rfcs#2145](https://github.com/rust-lang/rfcs/pull/2145)
4+
- Rust Issue: [rust-lang/rust#48054](https://github.com/rust-lang/rust/issues/48054)
55

66
# Summary
77
[summary]: #summary

text/2166-impl-only-use.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: impl-only-use
22
- Start Date: 2017-10-01
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2166
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48216
3+
- RFC PR: [rust-lang/rfcs#2166](https://github.com/rust-lang/rfcs/pull/2166)
4+
- Rust Issue: [rust-lang/rust#48216](https://github.com/rust-lang/rust/issues/48216)
55

66
# Summary
77
[summary]: #summary

text/2175-if-while-or-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: if_while_or_patterns
22
- Start Date: 2017-10-16
3-
- RFC PR: https://github.com/rust-lang/rfcs/pull/2175
4-
- Rust Issue: https://github.com/rust-lang/rust/issues/48215
3+
- RFC PR: [rust-lang/rfcs#2175](https://github.com/rust-lang/rfcs/pull/2175)
4+
- Rust Issue: [rust-lang/rust#48215](https://github.com/rust-lang/rust/issues/48215)
55

66
# Summary
77
[summary]: #summary

text/2195-really-tagged-unions.md

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

66
# Summary

0 commit comments

Comments
 (0)