fix a broken link

This commit is contained in:
Vikrant Chaudhary 2018-12-19 20:51:56 +08:00
parent 39e77faa9e
commit 3d39e825e2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ If you are a Rust project owner and are looking for contributors, please submit
* [rustc: add an unstable `simd_select_bitmask` intrinsic](https://github.com/rust-lang/rust/pull/56789) * [rustc: add an unstable `simd_select_bitmask` intrinsic](https://github.com/rust-lang/rust/pull/56789)
* [allow ptr::hash to accept fat pointers](https://github.com/rust-lang/rust/pull/56751) * [allow ptr::hash to accept fat pointers](https://github.com/rust-lang/rust/pull/56751)
* [specialize: remove Boxes used by Children::insert](https://github.com/rust-lang/rust/pull/56744) * [specialize: remove Boxes used by Children::insert](https://github.com/rust-lang/rust/pull/56744)
* [infer: remove Box from a returned Iterator](infer: remove Box from a returned Iterator) * [infer: remove Box from a returned Iterator](https://github.com/rust-lang/rust/pull/56742)
* [`TokenStream` improvements](https://github.com/rust-lang/rust/pull/56737) * [`TokenStream` improvements](https://github.com/rust-lang/rust/pull/56737)
* [remove `tokenstream::Delimited`](https://github.com/rust-lang/rust/pull/56369) * [remove `tokenstream::Delimited`](https://github.com/rust-lang/rust/pull/56369)
* [overhaul `FileSearch` and `SearchPaths`](https://github.com/rust-lang/rust/pull/56090) * [overhaul `FileSearch` and `SearchPaths`](https://github.com/rust-lang/rust/pull/56090)