We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1009194 commit 599cd8bCopy full SHA for 599cd8b
tmc-langs-util/src/task_executor/tmc_zip.rs
@@ -327,7 +327,7 @@ mod test {
327
fn windows_paths_get_converted() {
328
let win_path = PathBuf::from(r"tests\data\dir");
329
let zipped = zip(
330
- EverythingIsStudentFilePolicy::new(win_path.clone()).unwrap(),
+ EverythingIsStudentFilePolicy::new(&win_path).unwrap(),
331
&win_path,
332
)
333
.unwrap();
0 commit comments