Yang Wen
90a3b68334
Update structs3.rs
...
as a totally newbie to Rust, I don't know panic statement from https://doc.rust-lang.org/book/ and rustlings in the beginning. After a hard searching of [should_panic], then I figure out panic statement.
So it's helpful to tell the learner that write a panic statement here.
2020-12-30 11:25:40 +08:00
seancad
bcf14cf677
fix: update structs README
2020-12-15 08:32:46 +01:00
Jannek Squar
114b54cbdb
fix(structs3): Small adjustment of variable name
...
Co-authored-by: Jannek <squar@informatik.uni-hamburg.de>
2020-09-19 21:22:56 +02:00
Étienne Barrié
3144d3ae63
chore: Run rustfmt on exercises
2020-08-10 10:24:21 -04:00
Benjamin Jones
bb5f404e35
chore: Alter whitespace for consistency
...
* Add newline after "I AM DONE" in exercises for consistency
* Remove trailing whitespace from exercises
2020-07-11 11:50:54 -07:00
Sebastien Caunes
9ca08b8f2b
fix : Use of integer for prices, therefore also for weight
...
rename confusing "from" and "to" to sender_country and recipient_country as suggested
2020-06-11 11:44:47 -05:00
Jade McGough
c7c3130507
chore: remove struct2 hint comment
2020-05-20 08:31:28 +02:00
Dídac Sementé Fernández
b66e2e0962
feat: Added exercise structs3.rs
2020-04-27 20:26:34 +02:00
Roberto Vidal
2cdd61294f
feat: improve watch
execution mode
...
The `watch` command now requires user action to move to the next
exercise.
BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-11 16:23:35 +01:00
marisa
f72e5a8f05
fix(structs1): Remove misleading comment
2019-11-11 13:57:59 +01:00
Viacheslav Avramenko
1c4c8764ed
feat: Added exercise for struct update syntax
2019-10-21 14:50:59 +02:00
Andre Pratama
e0db987441
docs: Fix wrong title
...
fix #200
2019-07-27 22:14:48 +07:00
Brian Kung
cc6a14104d
Fixes the irrefutable let pattern warning
2019-06-20 09:46:49 -05:00
Brian Kung
9b92aa08ae
Adds a simple exercise for structures
2019-05-25 06:39:58 -05:00