From 6cb84feef7708ae11aad4f08892c09467d027041 Mon Sep 17 00:00:00 2001 From: Ding Xiang Fei Date: Thu, 24 Oct 2024 04:18:53 +0800 Subject: [PATCH] apply suggestion --- compiler/rustc_feature/src/unstable.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 760bcce89ec..4afceb7be2e 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -425,8 +425,6 @@ pub fn internal(&self, feature: Symbol) -> bool { (unstable, deprecated_suggestion, "1.61.0", Some(94785)), /// Allows deref patterns. (incomplete, deref_patterns, "1.79.0", Some(87121)), - /// Allows deriving traits as per `CoercePointee` specification - (unstable, derive_coerce_pointee, "1.79.0", Some(123430)), /// Controls errors in trait implementations. (unstable, do_not_recommend, "1.67.0", Some(51992)), /// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.