Skip to content

Commit e53c5cb

Browse files
Stabilize doc_alias feature
1 parent e079d3f commit e53c5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
#![feature(untagged_unions)]
132132
#![feature(unwind_attributes)]
133133
#![feature(variant_count)]
134-
#![feature(doc_alias)]
134+
#![cfg_attr(bootstrap, feature(doc_alias))]
135135
#![feature(mmx_target_feature)]
136136
#![feature(tbm_target_feature)]
137137
#![feature(sse4a_target_feature)]

std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
#![feature(core_intrinsics)]
246246
#![feature(custom_test_frameworks)]
247247
#![feature(decl_macro)]
248-
#![feature(doc_alias)]
248+
#![cfg_attr(bootstrap, feature(doc_alias))]
249249
#![feature(doc_cfg)]
250250
#![feature(doc_keyword)]
251251
#![feature(doc_masked)]

0 commit comments

Comments
 (0)