about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2022-11-01 00:11:35 +0000
committerclubby789 <jamie@hill-daniel.co.uk>2022-11-01 00:11:35 +0000
commitb9a95d89902a6c9ba17dae21d84c2c04454bdddd (patch)
tree23673417ca244877c772066fe338a4788fe8e3f8 /compiler/rustc_data_structures/src
parent20f2d8b841c8b206f82d8950a6c029aa8cf385da (diff)
downloadrust-b9a95d89902a6c9ba17dae21d84c2c04454bdddd.tar.gz
rust-b9a95d89902a6c9ba17dae21d84c2c04454bdddd.zip
Use `allow_internal_unstable` and add unstable reason
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index a7b2f97ac19..3a2000233c5 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -13,7 +13,6 @@
 #![feature(cell_leak)]
 #![feature(control_flow_enum)]
 #![feature(extend_one)]
-#![feature(spec_option_partial_eq)]
 #![feature(hash_raw_entry)]
 #![feature(hasher_prefixfree_extras)]
 #![feature(maybe_uninit_uninit_array)]