We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 370fd8c + 46f6dad commit 1028978Copy full SHA for 1028978
src/libstd/lib.rs
@@ -163,11 +163,11 @@
163
//! [`Iterator`]: iter/trait.Iterator.html
164
//! [`Mutex`]: sync/struct.Mutex.html
165
//! [`Option<T>`]: option/enum.Option.html
166
-//! [`Rc`]: rc/index.html
+//! [`Rc`]: rc/struct.Rc.html
167
//! [`RefCell`]: cell/struct.RefCell.html
168
//! [`Result<T, E>`]: result/enum.Result.html
169
//! [`String`]: string/struct.String.html
170
-//! [`Vec<T>`]: vec/index.html
+//! [`Vec<T>`]: vec/struct.Vec.html
171
//! [array]: primitive.array.html
172
//! [slice]: primitive.slice.html
173
//! [`atomic`]: sync/atomic/index.html
0 commit comments