Added tracking issue number
This commit is contained in:
parent
907eab8e62
commit
fa1624cf13
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user