Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 376507f

Browse files
committedDec 3, 2020
Add missing feature flag
Accidentally removed in rebase.
1 parent f0cf5a9 commit 376507f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#![feature(never_type)]
1616
#![feature(once_cell)]
1717
#![feature(type_ascription)]
18+
#![feature(split_inclusive)]
1819
#![recursion_limit = "256"]
1920

2021
#[macro_use]

0 commit comments

Comments
 (0)
Please sign in to comment.