Skip to content

Commit 0052967

Browse files
authored
Remove unneccessary copy trait (#1747)
1 parent c15236f commit 0052967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/expr/join.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl Display for PyJoinType {
6262
}
6363
}
6464

65-
#[derive(Debug, Clone, Copy)]
65+
#[derive(Debug, Clone)]
6666
#[pyclass(
6767
from_py_object,
6868
frozen,

0 commit comments

Comments
 (0)