Skip to content

Commit 3e23d60

Browse files
author
Sky
authored
Add tracking issue for string_extend_from_within
1 parent 2afca78 commit 3e23d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/string.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ impl String {
949949
/// assert_eq!(string, "abcdecdeabecde");
950950
/// ```
951951
#[cfg(not(no_global_oom_handling))]
952-
#[unstable(feature = "string_extend_from_within", issue = "none")]
952+
#[unstable(feature = "string_extend_from_within", issue = "103806")]
953953
pub fn extend_from_within<R>(&mut self, src: R)
954954
where
955955
R: RangeBounds<usize>,

0 commit comments

Comments
 (0)