dpc / rhex

ASCII terminal hexagonal map roguelike written in Rust
154 stars 18 forks source link

Avoid clone in generate_continue_corridor #21

Closed serprex closed 8 years ago

serprex commented 8 years ago

Some day the borrowchecker will realize match x.get(a) { None => x } doesn't have a dependency issue