Enable clippy::unwrap_used
lint
#18695
Labels
domain: dev
Anything related to Vector's development environment
clippy::unwrap_used
lint
#18695
We'd like to enable the
clippy::unwrap_used
lint to avoid accidental usages ofunwrap
that end up causing panics like the one behind the regression reported by #18340.As part of this, since we have ~500 existing usages, we'd like to just add
allow
annotations on them to allow us to migrate them over time while flagging new introductions ofunwrap
.The text was updated successfully, but these errors were encountered: