Skip to content

Commit fe1938a

Browse files
authored
Cargo clippy 1.89 (#146)
1 parent c8a4a88 commit fe1938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-federation/src/table_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ impl TableProvider for FederatedTableProviderAdaptor {
7373

7474
self.source.table_type()
7575
}
76-
fn get_logical_plan(&self) -> Option<Cow<LogicalPlan>> {
76+
fn get_logical_plan(&self) -> Option<Cow<'_, LogicalPlan>> {
7777
if let Some(table_provider) = &self.table_provider {
7878
return table_provider
7979
.get_logical_plan()

0 commit comments

Comments
 (0)