Open kinggoesgaming opened 5 years ago
In quite a few places in the code, you have panic!() or unwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead
panic!()
unwarp()
In quite a few places in the code, you have
panic!()
orunwarp()
. This is frowned upon in the Rust community. We should have dedicated error types instead