Remove incorrect FIXME

This commit is contained in:
Jonathan Brouwer 2025-08-30 13:44:13 +02:00
parent 846e377215
commit fcd6f284a1
No known key found for this signature in database
GPG key ID: F13E55D38C971DEF

View file

@ -58,7 +58,7 @@ impl<S: Stage> SingleAttributeParser<S> for DeprecationParser {
Allow(Target::AssocTy),
Allow(Target::AssocConst),
Allow(Target::Variant),
Allow(Target::Impl { of_trait: false }), //FIXME This does not make sense
Allow(Target::Impl { of_trait: false }),
Allow(Target::Crate),
Error(Target::WherePredicate),
]);