uv
ba8a9807 - uv-resolver: slightly simplify marker evaluation

Commit
2 years ago
uv-resolver: slightly simplify marker evaluation We can almost use `Option::as_slice` here, but because we have a `Option<&T>` instead of a `&Option<T>`, we can't. But we can still simplify things a bit with `std::slice::from_ref`.
Author
Parents
Loading