Skip to content

Commit

Permalink
doc: Fix link to string
Browse files Browse the repository at this point in the history
This was missed in 5530745
  • Loading branch information
richo committed May 27, 2014
1 parent 1f1b2e4 commit c256dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Expand Up @@ -49,7 +49,7 @@
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
//! defines methods for it on a variety of traits in the
//! [`str`](str/index.html) module. Rust strings are immutable;
//! use the `String` type defined in [`strbuf`](strbuf/index.html)
//! use the `String` type defined in [`string`](string/index.html)
//! for a mutable string builder.
//!
//! For converting to strings use the [`format!`](fmt/index.html)
Expand Down

5 comments on commit c256dcf

@bors
Copy link
Contributor

@bors bors commented on c256dcf May 28, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at richo@c256dcf

@bors
Copy link
Contributor

@bors bors commented on c256dcf May 28, 2014

Choose a reason for hiding this comment

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

merging richo/rust/features/nerf_unused_string_fns = c256dcf into auto

@bors
Copy link
Contributor

@bors bors commented on c256dcf May 28, 2014

Choose a reason for hiding this comment

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

richo/rust/features/nerf_unused_string_fns = c256dcf merged ok, testing candidate = 911cc9c

@bors
Copy link
Contributor

@bors bors commented on c256dcf May 28, 2014

@bors
Copy link
Contributor

@bors bors commented on c256dcf May 28, 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 = 911cc9c

Please sign in to comment.