Skip to content

Commit 1046e6c

Browse files
Rollup merge of #157035 - amandasystems:region-values-either, r=jackh726
`LivenessValues`: use dedicated enum rather than mutually exclusive `Option`s I was reading through `LivenessValues` and realised it had a lot of comments explaining that two `Option`s were mutually exclusive, plus some redundant logic to handle this. This is a drive-by fix to use ~~an `Either`~~ a dedicated enum instead, which makes that property obvious from the code. It also removes the repeated logic.
2 parents ace5a6e + b474491 commit 1046e6c

0 file changed

File tree

    0 commit comments

    Comments
     (0)