@@ -49,7 +49,7 @@
|
|||||||
//! `&str`, a UTF-8 string, is a built-in type, and the standard library
|
//! `&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
|
//! defines methods for it on a variety of traits in the
|
||||||
//! [`str`](str/index.html) module. Rust strings are immutable;
|
//! [`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 a mutable string builder.
|
||||||
//!
|
//!
|
||||||
//! For converting to strings use the [`format!`](fmt/index.html)
|
//! For converting to strings use the [`format!`](fmt/index.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user