mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
Fix typo in traits.rs (#3574)
## Summary
Fixes a typo in a comment
## Test Plan
I assume there's no need to test comment changes, other than having a
human check they make sense. That's what this PR is for 😉
This commit is contained in:
parent
7c1c5df968
commit
0ef925aa92
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ use crate::BuildIsolation;
|
|||
/// ```
|
||||
///
|
||||
/// Put in a different way, the types here allow `uv-resolver` to depend on `uv-build` and
|
||||
/// `uv-build` to depend on `uv-resolver` which having actual crate dependencies between
|
||||
/// `uv-build` to depend on `uv-resolver` without having actual crate dependencies between
|
||||
/// them.
|
||||
pub trait BuildContext {
|
||||
type SourceDistBuilder: SourceBuildTrait;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue