|
|
|
|
|
by antihero
208 days ago
|
|
I would say that whilst this is a good top down view, that `.unwrap()` should have been caught at code-review and not allowed. Clippy rule could have saved a lot of money. That and why the hell wasn't their alerting showing up colossal amount of panics in their bot manager thing? |
|
This is also a pretty good example why having stack traces by default is great. That error could have been immediately understood just from a stack trace and a basic exception message.