Skip to content

Commit 093b435

Browse files
committed
Remove unneeded features.
1 parent 4b51a3e commit 093b435

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/rustc_smir/src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
1111
test(attr(allow(unused_variables), deny(warnings)))
1212
)]
13-
#![feature(rustc_private)]
14-
#![feature(ptr_metadata)]
15-
#![feature(type_alias_impl_trait)] // Used to define opaque types.
16-
#![feature(intra_doc_pointers)]
1713

1814
pub mod rustc_internal;
1915

0 commit comments

Comments
 (0)