Skip to content

Commit f255a20

Browse files
committed
feature gate doc(primitive)
1 parent 9a2779c commit f255a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
#![feature(doc_keyword)]
264264
#![feature(doc_masked)]
265265
#![feature(doc_notable_trait)]
266+
#![cfg_attr(not(bootstrap), feature(doc_primitive))]
266267
#![feature(dropck_eyepatch)]
267268
#![feature(duration_checked_float)]
268269
#![feature(duration_constants)]

0 commit comments

Comments
 (0)