rustlings/exercises
bors 5f16469807 Auto merge of #171 - miller-time:rustfmt-exercises, r=komaeda
chore: Clean up some formatting in exercises

I noticed some formatting that isn't consistent with the `rustfmt` style and tried my best to run it on the files in the exercises directory (which does fail for files that can't compile!), which just caught some minor whitespace things here and there.

Note: also can't just apply `rustfmt` blindly because of the blank lines that lead to the hint comments
2019-06-23 10:25:48 +00:00
..
error_handling Auto merge of #162 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda 2019-05-23 11:01:15 +00:00
functions chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
if chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
macros Fix permissions on source files 2019-03-23 14:19:42 -06:00
modules chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
move_semantics chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
primitive_types chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
standard_library_types chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
strings Fix permissions on source files 2019-03-23 14:19:42 -06:00
structs Fixes the irrefutable let pattern warning 2019-06-20 09:46:49 -05:00
tests Fix permissions on source files 2019-03-23 14:19:42 -06:00
threads chore: Fix link to Arc<T> in the book 2019-06-09 13:45:53 +02:00
variables Fix permissions on source files 2019-03-23 14:19:42 -06:00
test1.rs fix test command execution 2019-02-15 12:06:05 +01:00
test2.rs Add errors to exercises that compile without user changes 2019-04-22 00:09:30 +02:00
test3.rs chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
test4.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00