Skip to content

Commit 66ebfa2

Browse files
committed
clippy
1 parent 34ccaf8 commit 66ebfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_linter/src/rules/isort/categorize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ mod tests {
708708

709709
create_dir(project_dir.join("mypackage"));
710710

711-
let paths = vec![project_dir.clone()];
711+
let paths = vec![project_dir];
712712

713713
assert_eq!(match_sources(&paths, ""), None);
714714
}

0 commit comments

Comments
 (0)