We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cf5a9 commit 376507fCopy full SHA for 376507f
src/librustdoc/lib.rs
@@ -15,6 +15,7 @@
15
#![feature(never_type)]
16
#![feature(once_cell)]
17
#![feature(type_ascription)]
18
+#![feature(split_inclusive)]
19
#![recursion_limit = "256"]
20
21
#[macro_use]
0 commit comments