rustlings/exercises
bors 752bc27e2b Auto merge of #179 - briankung:fix_irrefutable_let_pattern_structs1, r=komaeda
Fixes the irrefutable let pattern warning in `structs1.rs`

PR https://github.com/rust-lang/rustlings/pull/163 accidentally introduced an error using some versions of the Rust compiler where the compiler would (rightly!) complain about an irrefutable let pattern. I have no idea why this did not occur in all versions of the compiler, but here is a way around it.
2019-06-20 15:02:20 +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 Fix permissions on source files 2019-03-23 14:19:42 -06:00
if Fix permissions on source files 2019-03-23 14:19:42 -06:00
macros Fix permissions on source files 2019-03-23 14:19:42 -06:00
modules Fix broken link 2019-05-26 14:45:04 +02:00
move_semantics Add errors to exercises that compile without user changes 2019-04-22 00:09:30 +02:00
primitive_types Fix permissions on source files 2019-03-23 14:19:42 -06:00
standard_library_types fix(iterators): Rename iterator3.rs 2019-06-07 14:42:44 -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 Fix permissions on source files 2019-03-23 14:19:42 -06:00
test4.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00