mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Game] Remove instances of using unwrap without handling the panics
This commit is contained in:
parent
d97bd68ada
commit
7cfecbfff9
2 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ Games:
|
|||
|
||||
Protocols:
|
||||
- Quake 2: Fixed a bug where the version tag wouldn't always be present.
|
||||
- The Ship: Fixed some instances of using `unwrap` without handling the panics.
|
||||
- The Ship: Removed instances of using `unwrap` without handling the panics.
|
||||
|
||||
Crate:
|
||||
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue