8000 clippy · andygrove/datafusion-python@a2b70b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2b70b2

Browse files
committed
clippy
1 parent a523cff commit a2b70b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expr/column.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl PyColumn {
5050

5151
/// Get the fully-qualified column name
5252
fn qualified_name(&self) -> String {
53-
self.col.flat_name().clone()
53+
self.col.flat_name()
5454
}
5555

5656
/// Get a String representation of this column

0 commit comments

Comments
 (0)
0