Issue numbers are enforced on active features; remove FIXME
This commit is contained in:
parent
11467b1c2a
commit
2b9876bd6d
@ -108,8 +108,6 @@ impl UnstableFeatures {
|
||||
|
||||
fn find_lang_feature_issue(feature: Symbol) -> Option<NonZeroU32> {
|
||||
if let Some(info) = ACTIVE_FEATURES.iter().find(|t| t.name == feature) {
|
||||
// FIXME (#28244): enforce that active features have issue numbers
|
||||
// assert!(info.issue.is_some())
|
||||
info.issue
|
||||
} else {
|
||||
// search in Accepted, Removed, or Stable Removed features
|
||||
|
Loading…
x
Reference in New Issue
Block a user