Skip to content

Commit 4b064a5

Browse files
committed
auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnik
Fixes #18010 *phew* that was a lot of work. 😓
2 parents 4480caf + ae8d429 commit 4b064a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Collection types.
1212
//!
13-
//! See [../std/collections](std::collections) for a detailed discussion of collections in Rust.
13+
//! See [std::collections](../std/collections) for a detailed discussion of collections in Rust.
1414
1515

1616
#![crate_name = "collections"]

0 commit comments

Comments
 (0)