mirror of https://github.com/astral-sh/uv
Fix copy-paste error (#3634)
There was an error in the docs for the installer's `Reporter`. I assume it's a copy-paste error from the `Reporter` in `resolver.rs`.
This commit is contained in:
parent
a0c5948a0b
commit
3383510b1d
|
|
@ -79,7 +79,7 @@ impl<'a> Installer<'a> {
|
|||
}
|
||||
|
||||
pub trait Reporter: Send + Sync {
|
||||
/// Callback to invoke when a dependency is resolved.
|
||||
/// Callback to invoke when a dependency is installed.
|
||||
fn on_install_progress(&self, wheel: &CachedDist);
|
||||
|
||||
/// Callback to invoke when the resolution is complete.
|
||||
|
|
|
|||
Loading…
Reference in New Issue