Skip to content

Commit

Permalink
Add tracking issue for string_extend_from_within
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky authored Oct 31, 2022
1 parent 2afca78 commit 3e23d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ impl String {
/// assert_eq!(string, "abcdecdeabecde");
/// ```
#[cfg(not(no_global_oom_handling))]
#[unstable(feature = "string_extend_from_within", issue = "none")]
#[unstable(feature = "string_extend_from_within", issue = "103806")]
pub fn extend_from_within<R>(&mut self, src: R)
where
R: RangeBounds<usize>,
Expand Down

0 comments on commit 3e23d60

Please sign in to comment.