clippy: use `io::Error::other`
modified radicle-git-ext/src/error.rs
@@ -13,5 +13,5 @@ pub fn into_git_err<E: Display>(e: E) -> git2::Error {
|
|
|
|
|
|
| - | |
| + | |
|
modified radicle-git-ext/t/src/commit.rs
@@ -159,7 +159,7 @@ proptest! {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -177,10 +177,8 @@ proptest! {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-git-ext/t/src/repository.rs
@@ -87,5 +87,5 @@ fn io_other<E>(e: E) -> io::Error
|
|
|
|
|
|
| - | |
| + | |
|
modified radicle-surf/build.rs
@@ -21,7 +21,7 @@ impl Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|