uv
ba8a9807
- uv-resolver: slightly simplify marker evaluation
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
BurntSushi
Parents
05ed7ac6
Loading