Remove a no-longer-correct FIXME

This commit is contained in:
Chayim Refael Friedman 2025-02-04 23:07:48 +02:00
parent 74591ecefe
commit 8ea61356a9

View file

@ -26,7 +26,6 @@ pub enum GenericArgsProhibitedReason {
Static,
/// When there is a generic enum, within the expression `Enum::Variant`,
/// either `Enum` or `Variant` are allowed to have generic arguments, but not both.
// FIXME: This is not used now but it should be.
EnumVariant,
}