| Age | Commit message (Collapse) | Author |
|
fix: typo in `exercises/23_conversions/from_str.rs`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not use `.as_bytes().len()` on strings
|
|
|
|
|
|
|
|
|
|
Remove redundant enum definition task
|
|
Make if2 less confusing
|
|
grammatical error in info.toml
|
|
Some people would get stuck on this exercise, trying to understand the meaning
behind foo, fuzz, baz etc. Making the theme of the code make a little more sense
to humans should hopefully prevent people from getting confused by abstract and
non-sensical tests.
|
|
Fixed grammatical error, subject/verb agreement at line 124-125.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add rust-analyzer.toml file
|
|
|
|
|
|
The exercise enums2.rs already contains a task where an identical enum
has to be defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made the list of exercises searchable, ref #2093
|
|
|
|
|
|
select_if_matches_search_query to apply_search_query
|
|
|