diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-02-03 16:12:35 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-02-03 16:12:35 +0100 |
| commit | 46f6dad1010be9fc609e706f7452b1df4b0afa45 (patch) | |
| tree | aefd8fe35006b6866af7a8e21685676e83e8e1cf /src/libstd | |
| parent | 320ada6479b3e29c7d9a66bc56ac44c2d2b57566 (diff) | |
| download | rust-46f6dad1010be9fc609e706f7452b1df4b0afa45.tar.gz rust-46f6dad1010be9fc609e706f7452b1df4b0afa45.zip | |
Fix links to types instead of modules
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 dc93ac90482..0884d602b5b 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 |
