Skip to content

Commit fc19b79

Browse files
committed
clippy
1 parent 63a897b commit fc19b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ impl super::Map for Store {
12471247
type Entry = Entry;
12481248

12491249
async fn get(&self, hash: &Hash) -> io::Result<Option<Self::Entry>> {
1250-
Ok(self.0.get(*hash).await?.map(From::from))
1250+
Ok(self.0.get(*hash).await?)
12511251
}
12521252
}
12531253

0 commit comments

Comments
 (0)