1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
7eef5d15ee docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
9604ab6621 fix(exercises): use snake_case variables 2023-05-23 15:00:55 +08:00
liv
a6f99645c6 chore: rustfmt 2023-05-17 16:02:39 +02:00
352267871c fix: Added some extra tests to validate iterators5 solution
closes: #1387
2023-04-15 17:34:52 +01:00
liv
ab6aa23cec Merge pull request #1391 from ktheory/ktheory/iter5
docs: clarify instructions on iterators5.rs
2023-04-05 13:06:43 +00:00
8c88f769b6 rustfmt
rustfmt converts "main ()" -> "main()"
2023-02-24 08:51:03 -05:00
1ac66f372b docs: clarify instructions on iterators5.rs
I changed the sentence that referenced the imperative implementation in iterators5.rs.

That implementation was already removed and replaced with `todo!()`
2023-02-21 09:45:59 -05:00
8405a61b07 moved iterator exercises 2023-01-01 02:02:49 +01:00
e3e298cfa2 moved iterator exercises 2023-01-01 02:02:15 +01:00
0f02a9b9af moved iterator exercises 2023-01-01 02:00:36 +01:00
5b0d587c22 moved iterator exercises 2023-01-01 01:59:35 +01:00
e9dc52c2d3 moved iterator exercises 2023-01-01 01:58:57 +01:00
a0c5a892d3 refactoring standard_library_types as iterators 2023-01-01 01:58:04 +01:00