Update to rust 2021

Fix tests
This commit is contained in:
Cameron
2024-12-05 20:27:01 -05:00
parent 9c2cd2566f
commit 18ba5796b0
2 changed files with 2 additions and 2 deletions

View File

@@ -396,7 +396,7 @@ mod tests {
}
fn move_file<P: AsRef<Path>>(&self, from: P, destination: P) -> anyhow::Result<()> {
todo!()
}
}