From 28e60de4879786a02c215f83f8ba96f474bcbcaa Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 23 Oct 2023 11:13:39 +1100 Subject: Remove `memoffset` dependency from `rustc_query_impl`. The comment explains it's for `unstable_offset_of`, but `offset_of` is now stable. --- compiler/rustc_query_impl/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'compiler/rustc_query_impl') diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index a350e8b2e3a..dac86116d5b 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -22,8 +22,5 @@ rustc_span = { path = "../rustc_span" } thin-vec = "0.2.12" tracing = "0.1" -# Not used directly, but included to enable the unstable_offset_of feature -memoffset = { version = "0.9.0", features = ["unstable_offset_of"] } - [features] rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"] -- cgit 1.4.1-3-g733a5