Skip to content

Commit 1028978

Browse files
authored
Rollup merge of #68797 - GuillaumeGomez:link-to-types, r=Dylan-DPC
Fix links to types instead of modules r? @Dylan-DPC
2 parents 370fd8c + 46f6dad commit 1028978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@
163163
//! [`Iterator`]: iter/trait.Iterator.html
164164
//! [`Mutex`]: sync/struct.Mutex.html
165165
//! [`Option<T>`]: option/enum.Option.html
166-
//! [`Rc`]: rc/index.html
166+
//! [`Rc`]: rc/struct.Rc.html
167167
//! [`RefCell`]: cell/struct.RefCell.html
168168
//! [`Result<T, E>`]: result/enum.Result.html
169169
//! [`String`]: string/struct.String.html
170-
//! [`Vec<T>`]: vec/index.html
170+
//! [`Vec<T>`]: vec/struct.Vec.html
171171
//! [array]: primitive.array.html
172172
//! [slice]: primitive.slice.html
173173
//! [`atomic`]: sync/atomic/index.html

0 commit comments

Comments
 (0)