Document args returned from String::into_raw_parts
This commit is contained in:
parent
dd24a462d5
commit
bfeea294cc
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ impl String {
|
|||
}
|
||||
}
|
||||
|
||||
/// Decomposes a `String` into its raw components.
|
||||
/// Decomposes a `String` into its raw components: `(pointer, length, capacity)`.
|
||||
///
|
||||
/// Returns the raw pointer to the underlying data, the length of
|
||||
/// the string (in bytes), and the allocated capacity of the data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue