Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Opps remove merge marks
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Aug 16, 2023
1 parent 4055053 commit b07a31f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/compiler/rename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,9 @@ fn rename_in_bodyform(namemap: &HashMap<Vec<u8>, Vec<u8>>, b: Rc<BodyForm>) -> B
BodyForm::Let(
kind.clone(),
Box::new(LetData {
<<<<<<< HEAD
bindings: new_bindings,
body: Rc::new(new_body),
..*letdata.clone()
=======
loc: letdata.loc.clone(),
kw: letdata.kw.clone(),
bindings: new_bindings,
body: Rc::new(new_body),
>>>>>>> chia/base
}),
)
}
Expand Down

0 comments on commit b07a31f

Please sign in to comment.