Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #192 - petemcfarlane:patch-2, r=komaeda
fix(test1): Swap assertion parameter order `Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g. ``` note: expected type `()` found type `{integer}` ``` There may be other tests that need updating, but this is as far as I am through the Rustlings course right now :)
- Loading branch information