chore: remove unnecessary inline
This commit is contained in:
parent
770e7fc350
commit
92316dff89
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ do ctx ← read;
|
|||
s ← get;
|
||||
throw (f {env := s.env, mctx := s.mctx, lctx := ctx.lctx })
|
||||
|
||||
@[inline] def throwBug {α} (b : Bug) : MetaM α :=
|
||||
def throwBug {α} (b : Bug) : MetaM α :=
|
||||
throwEx $ Exception.bug b
|
||||
|
||||
/-- Execute `x` only in debugging mode. -/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue