diff options
| author | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2024-10-24 04:18:53 +0800 |
|---|---|---|
| committer | Ding Xiang Fei <dingxiangfei2009@protonmail.ch> | 2024-10-24 04:18:53 +0800 |
| commit | 6cb84feef7708ae11aad4f08892c09467d027041 (patch) | |
| tree | 5536b9b71236f794df54151e67e7dc3d32f01623 /compiler/rustc_feature/src | |
| parent | fd36b3a4a8168fcadecac2317e407bbd0eaeb1d2 (diff) | |
| download | rust-6cb84feef7708ae11aad4f08892c09467d027041.tar.gz rust-6cb84feef7708ae11aad4f08892c09467d027041.zip | |
apply suggestion
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 0 insertions, 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 @@ declare_features! ( (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(...))]`. |
