Skip to content

Commit 117c3ff

Browse files
Re-add #![feature(extern_crate_item_prelude)] to fix docs.rs build
1 parent c323975 commit 117c3ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166
//! })
167167
//! }
168168
//! ```
169-
169+
//!
170+
#![feature(extern_crate_item_prelude)]
170171
#![feature(proc_macro_diagnostic)]
171172
#![recursion_limit="128"]
172173
extern crate proc_macro;

0 commit comments

Comments
 (0)