Skip to content

Commit d513cf4

Browse files
committed
Remove two obsolete uses of #![feature(split_inclusive)]
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
1 parent ba1dafd commit d513cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/str/iter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,6 @@ impl<'a, P: Pattern<'a>> SplitInclusive<'a, P> {
12841284
///
12851285
/// ```
12861286
/// #![feature(str_split_inclusive_as_str)]
1287-
/// #![feature(split_inclusive)]
12881287
/// let mut split = "Mary had a little lamb".split_inclusive(' ');
12891288
/// assert_eq!(split.as_str(), "Mary had a little lamb");
12901289
/// split.next();

0 commit comments

Comments
 (0)