zbigniewzolnierowicz / rust-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eliminate `unreachable!()`

zbigniewzolnierowicz opened this issue · comments

Currently, unreachable!() is used in many parts of the app where they probably shouldn't be. This might be fixed by ZED-14.