mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Remove incorrect FIXME
This commit is contained in:
@@ -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),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user