diff options
| author | TrolledWoods <trolledwoods@gmail.com> | 2021-04-05 09:18:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 09:18:00 +0200 |
| commit | fa1624cf135b141c1e4a524d7e001a727b305755 (patch) | |
| tree | dce78a1ecf6a2ba6b554cc35c30da36d647dde71 | |
| parent | 907eab8e62d44b262a224eb3f5f6f70d5737ff15 (diff) | |
| download | rust-fa1624cf135b141c1e4a524d7e001a727b305755.tar.gz rust-fa1624cf135b141c1e4a524d7e001a727b305755.zip | |
Added tracking issue number
| -rw-r--r-- | library/core/src/str/iter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/str/iter.rs b/library/core/src/str/iter.rs index b6502d192fb..14aff47e380 100644 --- a/library/core/src/str/iter.rs +++ b/library/core/src/str/iter.rs @@ -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 } |
