Skip to content

Commit ecbd8ed

Browse files
committed
Make Clippy Happy
1 parent 6e01bef commit ecbd8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/materialized_listing_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ impl TableProvider for MaterializedListingTable {
503503
self.inner.get_table_definition()
504504
}
505505

506-
fn get_logical_plan(&self) -> Option<Cow<LogicalPlan>> {
506+
fn get_logical_plan(&self) -> Option<Cow<'_, LogicalPlan>> {
507507
// We _could_ return the LogicalPlan here,
508508
// but it will cause this table to be treated like a regular view
509509
// and the materialized results will not be used.

0 commit comments

Comments
 (0)