fix: get rid off deleted attribute

main
Henrik Böving 2023-04-16 09:54:48 +02:00
parent e5b44f1cdf
commit 9b028566ec
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ abbrev ParametricAttrWrapper := ValueAttrWrapper ParametricAttribute
The list of all tag based attributes doc-gen knows about and can recover.
-/
def tagAttributes : Array TagAttribute :=
#[IR.UnboxResult.unboxAttr, neverExtractAttr, Elab.Term.elabWithoutExpectedTypeAttr,
SynthInstance.inferTCGoalsRLAttr, matchPatternAttr]
#[IR.UnboxResult.unboxAttr, neverExtractAttr,
Elab.Term.elabWithoutExpectedTypeAttr, matchPatternAttr]
deriving instance Repr for Compiler.InlineAttributeKind
deriving instance Repr for Compiler.SpecializeAttributeKind