chore: fixes for #9158 after stage0 update (#9161)

This commit is contained in:
Rob23oba 2025-07-02 20:46:21 +02:00 committed by GitHub
parent 921d252253
commit a0bb5f4961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -12,8 +12,6 @@ import Lean.Elab.MutualDef
import Lean.Elab.Tactic.Basic
import Lean.Elab.Tactic.Config
set_option interpreter.prefer_native false -- TODO: remove
namespace Lean.Elab.Tactic
open Meta

View file

@ -17,8 +17,6 @@ inductive AttrKind where
| infer
| ext
set_option interpreter.prefer_native false -- TODO: remove
/-- Return theorem kind for `stx` of the form `Attr.grindThmMod` -/
def getAttrKindCore (stx : Syntax) : CoreM AttrKind := do
match stx with