nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Replace all unwraps with expect #29

Closed nicmr closed 4 years ago

nicmr commented 4 years ago

The number of unwraps is very limited but something still causes the program to panic on windows. All unwraps should be replaced with expects so we can find out what the problem is.

nicmr commented 4 years ago

All unwraps removed as of 19a4ba72a4cbc946cbb3fb3110dc578c486106df