Skip to content

Commit

Permalink
allow rustc_private feature in force-unstable-if-unmarked crates
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 12, 2024
1 parent 6b0bd5a commit 170e993
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,6 @@
#![feature(stdarch_internal)]
// tidy-alphabetical-end
//
// Library features (crates without staged_api):
// tidy-alphabetical-start
#![feature(rustc_private)]
// tidy-alphabetical-end
//
// Only for re-exporting:
// tidy-alphabetical-start
#![feature(assert_matches)]
Expand Down

0 comments on commit 170e993

Please sign in to comment.