Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions library/alloc/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,8 @@ impl String {

/// Appends the given [`char`] to the end of this `String`.
///
/// Since Rust strings are UTF-8 encoded, the pushed char will automatically converted to its UTF-8 byte representation.
///
/// # Examples
///
/// ```
Expand Down
Loading