Use a standalone error type for --find-links registry (#936)

This commit is contained in:
Charlie Marsh 2024-01-15 14:48:48 -05:00 committed by GitHub
parent e71e3e8dd1
commit 2a69b273ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 17 deletions

View file

@ -70,7 +70,7 @@ enum VenvError {
#[error("Failed to resolve `--find-links` entry")]
#[diagnostic(code(puffin::venv::flat_index))]
FlatIndexError(#[source] puffin_client::Error),
FlatIndexError(#[source] puffin_client::FlatIndexError),
}
/// Create a virtual environment.