mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Fix existing typos and enable typos
in CI (#4184)
This commit is contained in:
parent
04717e1a92
commit
e7c573cfcb
10 changed files with 22 additions and 14 deletions
|
@ -1712,8 +1712,8 @@ impl<'a> From<ResolvedDistRef<'a>> for Request {
|
|||
// N.B. This is almost identical to `ResolvedDistRef::to_owned`, but
|
||||
// creates a `Request` instead of a `ResolvedDist`. There's probably
|
||||
// some room for DRYing this up a bit. The obvious way would be to
|
||||
// add a method to create a `Dist`, but a `Dist` cannot reprented an
|
||||
// installed dist.
|
||||
// add a method to create a `Dist`, but a `Dist` cannot be represented
|
||||
// as an installed dist.
|
||||
match dist {
|
||||
ResolvedDistRef::InstallableRegistrySourceDist { sdist, prioritized } => {
|
||||
// This is okay because we're only here if the prioritized dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue