Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address clippy complaint about single match arm
I expect more arms to be added here later, but for the time being, let's address the clippy complaint and swap this to an if let. It would be nice if we could chain these ifs, it's not stabilized yet: rust-lang/rust#53667
- Loading branch information