Skip to content

Commit 583a44e

Browse files
committed
Merge pull request #49 from fhartwig/wrong-link
Fix link breakage caused by shared link id
2 parents 1ca22eb + 69b8ae5 commit 583a44e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/2015-03-23-this-week-in-rust.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
6363
# Approved RFCs
6464

6565
* [RFC 529: Generic conversion traits][conv].
66-
* [RFC 803: Type ascription][asc].
66+
* [RFC 803: Type ascription][asc-approved].
6767
* [RFC 909: Move `std::thread_local` to `std::thread::local`][local].
6868
* [RFC 921: Entry API v3][entry].
6969
* [RFC 940: Disallow hyphens in crate names][hype].
7070
* [RFC 968: Tweak closure return type syntax][close].
7171

7272
[conv]: https://github.com/rust-lang/rfcs/blob/master/text/0529-conversion-traits.md
73-
[asc]: https://github.com/rust-lang/rfcs/blob/master/text/0803-type-ascription.md
73+
[asc-approved]: https://github.com/rust-lang/rfcs/blob/master/text/0803-type-ascription.md
7474
[local]: https://github.com/rust-lang/rfcs/blob/master/text/0909-move-thread-local-to-std-thread.md
7575
[entry]: https://github.com/rust-lang/rfcs/blob/master/text/0921-entry_v3.md
7676
[hype]: https://github.com/rust-lang/rfcs/blob/master/text/0940-hyphens-considered-harmful.md
@@ -80,15 +80,15 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
8080

8181
* [Add std::env::concurrency_hint][conc].
8282
* [Deprecate `CharExt::to_{upper,lower}case`][low].
83-
* [Make type ascription expressions lvalues][asc].
83+
* [Make type ascription expressions lvalues][asc-new].
8484
* [Function pointers reform][fn].
8585
* [Add `AtomicI32` and `AtomicU32`][atom].
8686
* [Allow unstable features in 1.0][unst].
8787

8888
[unst]: https://github.com/rust-lang/rfcs/pull/1007
8989
[atom]: https://github.com/rust-lang/rfcs/pull/1000
9090
[fn]: https://github.com/rust-lang/rfcs/pull/996
91-
[asc]: https://github.com/rust-lang/rfcs/pull/987
91+
[asc-new]: https://github.com/rust-lang/rfcs/pull/987
9292
[low]: https://github.com/rust-lang/rfcs/pull/986
9393
[conc]: https://github.com/rust-lang/rfcs/blob/master/text/0968-closure-return-type-syntax.md
9494

0 commit comments

Comments
 (0)