Skip to content

Commit a9abcb1

Browse files
authored
Added tracking issue number
1 parent 8985d52 commit a9abcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)