Skip to content

Commit

Permalink
Fix broken link in libcollections docs
Browse files Browse the repository at this point in the history
Fixes #18010
  • Loading branch information
Gankra committed Oct 16, 2014
1 parent b6e0d3a commit ae8d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/lib.rs
Expand Up @@ -10,7 +10,7 @@

//! Collection types.
//!
//! See [../std/collections](std::collections) for a detailed discussion of collections in Rust.
//! See [std::collections](../std/collections) for a detailed discussion of collections in Rust.


#![crate_name = "collections"]
Expand Down

6 comments on commit ae8d429

@steveklabnik
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@bors
Copy link
Contributor

@bors bors commented on ae8d429 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at Gankra@ae8d429

@bors
Copy link
Contributor

@bors bors commented on ae8d429 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Gankro/rust/ganksy-is-dum = ae8d429 into auto

@bors
Copy link
Contributor

@bors bors commented on ae8d429 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gankro/rust/ganksy-is-dum = ae8d429 merged ok, testing candidate = 4b064a5

@bors
Copy link
Contributor

@bors bors commented on ae8d429 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on ae8d429 Oct 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 4b064a5

Please sign in to comment.