Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace an unnecessary
.get().is_some()
check
This fixes a warning from the new `unnecessary_get_then_check` Clippy lint [0] that got added in `1.78.0`. [0]: https://rust-lang.github.io/rust-clippy/master/index.html#/unnecessary_get_then_check Signed-off-by: Michael Weiss <[email protected]>
- Loading branch information