1
Fork 0

rename lang feature lists to include LANG

This commit is contained in:
Ralf Jung 2024-10-23 08:20:02 +01:00
parent e82bca6f32
commit 44638853f5
7 changed files with 18 additions and 17 deletions

View file

@ -14,7 +14,7 @@ macro_rules! declare_features {
$(#[doc = $doc:tt])* (removed, $feature:ident, $ver:expr, $issue:expr, $reason:expr),
)+) => {
/// Formerly unstable features that have now been removed.
pub const REMOVED_FEATURES: &[RemovedFeature] = &[
pub const REMOVED_LANG_FEATURES: &[RemovedFeature] = &[
$(RemovedFeature {
feature: Feature {
name: sym::$feature,