mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Improve non-git error message (#3403)
The boxing changes are due to clippy
This commit is contained in:
parent
d0c3146ef6
commit
098944fc7d
12 changed files with 36 additions and 18 deletions
|
@ -105,7 +105,7 @@ pub enum Error {
|
|||
#[error("Failed to build PATH for build script")]
|
||||
BuildScriptPath(#[source] env::JoinPathsError),
|
||||
#[error("Failed to parse requirements from build backend")]
|
||||
DirectUrl(#[source] ParsedUrlError),
|
||||
DirectUrl(#[source] Box<ParsedUrlError>),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue