Skip to content

Commit

Permalink
Added tracking issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
TrolledWoods authored Apr 5, 2021
1 parent 907eab8 commit fa1624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/str/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl<'a> CharIndices<'a> {
/// assert_eq!(chars.next(), None);
/// ```
#[inline]
#[unstable(feature = "char_indices_offset", issue = "none")]
#[unstable(feature = "char_indices_offset", issue = "83871")]
pub fn offset(&self) -> usize {
self.front_offset
}
Expand Down

0 comments on commit fa1624c

Please sign in to comment.