diff options
| author | bors <bors@rust-lang.org> | 2020-02-03 18:40:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-03 18:40:54 +0000 |
| commit | 8417d68de5e063426ab6bb7f383df6117d1beeed (patch) | |
| tree | 46e8f409b07c23138be597bde715fe944f4274ce /src/libstd | |
| parent | bdd946df3a7af6be0c075d5ab15f9845b3679364 (diff) | |
| parent | af3c315dafae5a40f4794635461625ab712d3582 (diff) | |
| download | rust-8417d68de5e063426ab6bb7f383df6117d1beeed.tar.gz rust-8417d68de5e063426ab6bb7f383df6117d1beeed.zip | |
Auto merge of #68803 - Dylan-DPC:rollup-b4x6ghj, r=Dylan-DPC
Rollup of 8 pull requests Successful merges: - #68678 (Install robots.txt into rust-docs tarballs) - #68711 (Added upper bound of what vecs and boxes can allocate) - #68744 (Do not ICE in `type-alias-impl-trait` with save-analysis) - #68777 (Clean up E0263 explanation) - #68787 (Optimize core::ptr::align_offset (part 1)) - #68797 (Fix links to types instead of modules) - #68798 (Test that `#[track_caller]` as `fn()` respects RT / CTFE equivalence) - #68800 (Stabilize `core::iter::once_with()`) Failed merges: r? @ghost
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index bc07c6b487b..230fa84cc15 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -163,11 +163,11 @@ //! [`Iterator`]: iter/trait.Iterator.html //! [`Mutex`]: sync/struct.Mutex.html //! [`Option<T>`]: option/enum.Option.html -//! [`Rc`]: rc/index.html +//! [`Rc`]: rc/struct.Rc.html //! [`RefCell`]: cell/struct.RefCell.html //! [`Result<T, E>`]: result/enum.Result.html //! [`String`]: string/struct.String.html -//! [`Vec<T>`]: vec/index.html +//! [`Vec<T>`]: vec/struct.Vec.html //! [array]: primitive.array.html //! [slice]: primitive.slice.html //! [`atomic`]: sync/atomic/index.html |
