mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 02:29:44 +00:00
Remove a no-longer-correct FIXME
This commit is contained in:
parent
74591ecefe
commit
8ea61356a9
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue