]> git.lizzy.rs Git - rust.git/commitdiff
Fix links to types instead of modules
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 3 Feb 2020 15:12:35 +0000 (16:12 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 3 Feb 2020 15:12:35 +0000 (16:12 +0100)
src/libstd/lib.rs

index dc93ac90482fb153baee18a642031d05a842803a..0884d602b5b4d664e00627304be69ea108e0d621 100644 (file)
 //! [`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