Skip to content

Commit 0007675

Browse files
committed
Remove unused features.
1 parent 003fa88 commit 0007675

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_query_system/src

1 file changed

+0
-2
lines changed

compiler/rustc_query_system/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
#![feature(core_intrinsics)]
33
#![feature(hash_raw_entry)]
44
#![feature(min_specialization)]
5-
#![feature(extern_types)]
65
#![feature(let_chains)]
7-
#![feature(inline_const)]
86
#![allow(rustc::potential_query_instability)]
97
#![deny(rustc::untranslatable_diagnostic)]
108
#![deny(rustc::diagnostic_outside_of_impl)]

0 commit comments

Comments
 (0)