Fix links to types instead of modules

This commit is contained in:
Guillaume Gomez 2020-02-03 16:12:35 +01:00
parent 320ada6479
commit 46f6dad101
1 changed files with 2 additions and 2 deletions

View File

@ -163,11 +163,11 @@
//! [`Iterator`]: iter/trait.Iterator.html //! [`Iterator`]: iter/trait.Iterator.html
//! [`Mutex`]: sync/struct.Mutex.html //! [`Mutex`]: sync/struct.Mutex.html
//! [`Option<T>`]: option/enum.Option.html //! [`Option<T>`]: option/enum.Option.html
//! [`Rc`]: rc/index.html //! [`Rc`]: rc/struct.Rc.html
//! [`RefCell`]: cell/struct.RefCell.html //! [`RefCell`]: cell/struct.RefCell.html
//! [`Result<T, E>`]: result/enum.Result.html //! [`Result<T, E>`]: result/enum.Result.html
//! [`String`]: string/struct.String.html //! [`String`]: string/struct.String.html
//! [`Vec<T>`]: vec/index.html //! [`Vec<T>`]: vec/struct.Vec.html
//! [array]: primitive.array.html //! [array]: primitive.array.html
//! [slice]: primitive.slice.html //! [slice]: primitive.slice.html
//! [`atomic`]: sync/atomic/index.html //! [`atomic`]: sync/atomic/index.html