fix(cli): remove unnecessary borrows (#829)

* Update dependencies

* Format better and remove unnecessary borrows
This commit is contained in:
Ben Armstead
2021-08-24 14:06:30 +02:00
committed by GitHub
co-authored by GitHub
parent ec527824b4
commit 1cd9328a58
4 changed files with 68 additions and 66 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ path = "{}.rs""#,
if cmd.status.success() {
Ok(CompiledExercise {
exercise: &self,
exercise: self,
_handle: FileHandle,
})
} else {