Skip to content

Commit 170e993

Browse files
committed
allow rustc_private feature in force-unstable-if-unmarked crates
1 parent 6b0bd5a commit 170e993

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

std/src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,6 @@
391391
#![feature(stdarch_internal)]
392392
// tidy-alphabetical-end
393393
//
394-
// Library features (crates without staged_api):
395-
// tidy-alphabetical-start
396-
#![feature(rustc_private)]
397-
// tidy-alphabetical-end
398-
//
399394
// Only for re-exporting:
400395
// tidy-alphabetical-start
401396
#![feature(assert_matches)]

0 commit comments

Comments
 (0)