Skip to content

Commit 9e9b972

Browse files
committed
thanks clippy
1 parent eb148e5 commit 9e9b972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ fn index_rw() -> crate::Result<(Index, TempDir)> {
109109
}
110110

111111
fn fixture_dir() -> crate::Result<PathBuf> {
112-
Ok(git_testtools::scripted_fixture_repo_read_only_with_args(
112+
git_testtools::scripted_fixture_repo_read_only_with_args(
113113
"make-index-from-parts.sh",
114114
std::env::current_dir()
115115
.ok()
116116
.map(|p| p.to_str().unwrap().to_owned()),
117-
)?)
117+
)
118118
}
119119

120120
fn clone_options() -> crates_index_diff::index::CloneOptions<'static> {

0 commit comments

Comments
 (0)