|
|
|
|
|
by HL33tibCe7
205 days ago
|
|
An unwrap like that in production code on the critical path is very surprising to me. I haven’t worked in Rust codebases, but I have never worked in a Go codebase where a `panic` in such a location would make it through code review. Is this normal in Rust? |
|