chore: unused binding in FromToJson
This commit is contained in:
parent
c7f5fd6ce4
commit
eef413cec8
1 changed files with 0 additions and 1 deletions
|
|
@ -132,7 +132,6 @@ where
|
|||
let localDecl ← getLocalDecl x.fvarId!
|
||||
if !localDecl.userName.hasMacroScopes then
|
||||
userNames := userNames.push localDecl.userName
|
||||
let xTy ← inferType x
|
||||
let a := mkIdent (← mkFreshUserName `a)
|
||||
identNames := identNames.push a
|
||||
let jsonAccess ← identNames.mapIdxM (fun idx _ => `(jsons[$(quote idx.val)]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue