mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix typo in download.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
cf74c032f6
commit
d57b1fa02c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ impl From<DownloadError> for io::Error {
|
||||||
fn from(e: DownloadError) -> io::Error {
|
fn from(e: DownloadError) -> io::Error {
|
||||||
match e {
|
match e {
|
||||||
DownloadError::Io(io_error) => io_error,
|
DownloadError::Io(io_error) => io_error,
|
||||||
e => io::Error::othet(e),
|
e => io::Error::other(e),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue