..
clippy
fix: re-add missing done comments
2022-07-15 13:24:11 +02:00
conversions
chore: added more descriptive TODOs
2022-11-24 19:39:54 +00:00
enums
chore: update enums3.rs addressing extra parentheses usage with tuples
2022-12-30 08:14:13 -06:00
error_handling
fix: unify undisclosed type notation in errors5.rs
2023-02-18 14:09:04 +01:00
functions
feat(functions): more small fixes
2022-07-12 11:08:29 +02:00
generics
feat: move generics3 to be quiz3
2022-07-14 18:11:18 +02:00
hashmaps
fix(hashmaps3): fix typo in todo hint
2022-12-20 21:17:32 -06:00
if
fix(if2): Rename if2 exercise function to foo_if_fizz.
2022-07-12 11:13:04 +02:00
intro
feat(intro1): add note on rust-analyzer usage
2023-02-12 15:47:58 +01:00
iterators
moved iterator exercises
2023-01-01 02:02:49 +01:00
lifetimes
Add quotes
2022-08-28 15:12:15 +02:00
macros
macros4.rs: Add rustfmt::skip to prevent auto-fix.
2023-02-24 01:43:23 +01:00
modules
fix(modules): adjust hint comments
2022-07-14 12:35:49 +02:00
move_semantics
feat(move_semantics): finish updating comments
2022-07-12 15:43:26 +02:00
options
Merge pull request #1228 from grzegorz-zur/patch-1
2023-02-12 16:54:43 +01:00
primitive_types
fix(primitive_types): clean up
2022-07-12 15:22:01 +02:00
smart_pointers
refactor(arc1): improve readability by avoiding implicit dereference
2023-02-18 21:38:43 +01:00
strings
fix: make strings3.rs comment wording more clear
2022-07-16 17:28:13 +02:00
structs
Added spaces around *
2022-10-04 11:43:23 +02:00
tests
feat(tests): add hint comments
2022-07-14 18:15:47 +02:00
threads
fix(threads1): make program panic if threads are not joined
2022-12-26 02:25:43 -06:00
traits
chore: tidied up unmatched backticks
2022-11-24 19:41:25 +00:00
variables
fix(variables5): Add nudge for shadowing variable
2022-07-11 13:48:49 +02:00
vecs
docs: add link to docs about `iter_mut` and `map`
2023-02-12 18:26:13 +01:00
README.md
added existing chapter for clippy to mapping
2023-01-01 02:34:58 +01:00
quiz1.rs
fix(quiz1): add fourth assert
2022-09-06 12:10:53 +02:00
quiz2.rs
Minor Grammar
2023-01-03 09:22:52 -05:00
quiz3.rs
feat: move generics3 to be quiz3
2022-07-14 18:11:18 +02:00