> Do not forget that in some scenarios using unwrap is totally fine if a panic is acceptable.
Looking through the first few pages, most of these panics are easy to audit, and are infallible or in contexts where it doesn't matter (internal tooling, etc). That's a pretty stark difference to every single reference being a potential landmine.