mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Update Rust crate thiserror to v2 (#9006)
This commit is contained in:
parent
21d570fac9
commit
312ae12650
9 changed files with 78 additions and 58 deletions
|
|
@ -207,7 +207,7 @@ pub enum Error {
|
|||
Io(#[from] io::Error),
|
||||
|
||||
/// An error was encountering when retrieving interpreter information.
|
||||
#[error("Failed to inspect Python interpreter from {2} at `{}` ", .1.user_display())]
|
||||
#[error("Failed to inspect Python interpreter from {} at `{}` ", _2, _1.user_display())]
|
||||
Query(
|
||||
#[source] Box<crate::interpreter::Error>,
|
||||
PathBuf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue