Skip to content

Commit db7c74a

Browse files
author
Devdutt Shenoi
authored
chore: remove useless conversion (#1202)
1 parent c87b93c commit db7c74a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/query/listing_table_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ impl ListingTableBuilder {
136136
.list(Some(&object_store::path::Path::from(prefix)))
137137
.try_collect::<Vec<_>>()
138138
.await
139-
.map_err(Into::into)
140139
}));
141140
}
142141

0 commit comments

Comments
 (0)