Commits
Click on a commit to change the comparison rangerefactor(linter): make unwrap unconditional (#12371)
Refactor. When we know something is always `Some`, in my view it's preferable to `unwrap` it rather than exiting early if `None`. This makes the code less ambiguous - otherwise it reads like maybe it's `Some`, maybe it's `None`.5 months ago
by overlookmotel