From fa1624cf135b141c1e4a524d7e001a727b305755 Mon Sep 17 00:00:00 2001 From: TrolledWoods Date: Mon, 5 Apr 2021 09:18:00 +0200 Subject: [PATCH] Added tracking issue number --- library/core/src/str/iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/str/iter.rs b/library/core/src/str/iter.rs index b6502d192fbd..14aff47e380b 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 }