1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-26 23:30:05 -04:00

fix(cli): remove unnecessary borrows ()

* Update dependencies

* Format better and remove unnecessary borrows
This commit is contained in:
Ben Armstead 2021-08-24 12:06:30 +00:00 committed by GitHub
commit 1cd9328a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 68 additions and 66 deletions

View file

@ -162,7 +162,7 @@ path = "{}.rs""#,
if cmd.status.success() {
Ok(CompiledExercise {
exercise: &self,
exercise: self,
_handle: FileHandle,
})
} else {