Skip to content

Commit fa1624c

Browse files
authored
Added tracking issue number
1 parent 907eab8 commit fa1624c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/core/src/str/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl<'a> CharIndices<'a> {
209209
/// assert_eq!(chars.next(), None);
210210
/// ```
211211
#[inline]
212-
#[unstable(feature = "char_indices_offset", issue = "none")]
212+
#[unstable(feature = "char_indices_offset", issue = "83871")]
213213
pub fn offset(&self) -> usize {
214214
self.front_offset
215215
}

0 commit comments

Comments
 (0)