parent
1f1b2e42d7
commit
c256dcf8b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue