fix(cli): remove unnecessary borrows (#829)
* Update dependencies * Format better and remove unnecessary borrows
This commit is contained in:
@@ -162,7 +162,7 @@ path = "{}.rs""#,
|
||||
|
||||
if cmd.status.success() {
|
||||
Ok(CompiledExercise {
|
||||
exercise: &self,
|
||||
exercise: self,
|
||||
_handle: FileHandle,
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user