Skip to content

Commit

Permalink
Compress stack to bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
QuarticCat committed Oct 1, 2022
1 parent 88ba693 commit 5e5eef2
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 201 deletions.
4 changes: 2 additions & 2 deletions src/diff/dijkstra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ pub fn mark_syntax<'a>(
format!(
"{:20} {:20} --- {:3} {:?}",
x.1.lhs_syntax
.get_ref()
.get_side()
.map_or_else(|| "None".into(), Syntax::dbg_content),
x.1.rhs_syntax
.get_ref()
.get_side()
.map_or_else(|| "None".into(), Syntax::dbg_content),
x.0.cost(),
x.0,
Expand Down
Loading

0 comments on commit 5e5eef2

Please sign in to comment.