Y
Hacker News
new
|
ask
|
show
|
jobs
by
Yoric
2674 days ago
Not exactly "disabled safety check": `unwrap()` is an assertion check (that may sometimes be optimized away by the compiler). You're still checking safety, but you're doing it in a much more terminal manner.