Skip to content

Commit ea6e7f2

Browse files
committed
clippy
1 parent 87f1af2 commit ea6e7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/catalog/glue/tests/glue_catalog_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ async fn test_update_table() -> Result<()> {
428428
assert_eq!(table.metadata(), expected.metadata());
429429

430430
// Store the original metadata location for comparison
431-
let original_metadata_location = table.metadata_location().clone();
431+
let original_metadata_location = table.metadata_location();
432432

433433
// Update table properties using the transaction
434434
let tx = Transaction::new(&table);

0 commit comments

Comments
 (0)