Commit Graph
4 Commits
Author SHA1 Message Date
Nick CondronandGitHub 019493f944 Remove LevEditType::Keep variant (#27) 2023-01-22 13:20:50 -05:00
Nick CondronandGitHub 3406c76973 Simplify Affix::find (#24)
* Rewrite Affix::find to be much simpler

* Rename Affix::find parameters to not be string

* Remove unused `LevMatchingBlock` struct

* Make `Affix` type simpler
2023-01-21 01:28:33 -05:00
Nick CondronandGitHub 6afc535fad Replace panic! with Option (#25) 2023-01-21 01:27:37 -05:00
Nick CondronandGitHub 20dcc50695 Let-else reformatting (#23)
* Use let-else in App::post_rendering

* Use let-else in diff::reloc_eq

* Use let-else in diff::diff_objs

* Use let-else in views::data_diff::data_diff_ui

* Use let-else in views::function_diff::function_diff_ui

* Use let-else in views::function_diff::asm_row_ui

* Use let-else in views::jobs::jobs_ui

* Update rust-version in Cargo.toml
2023-01-16 16:51:40 -05:00