Commit Graph

122 Commits

Author SHA1 Message Date
adfb3ed34d Merge pull request #401 from skaunov/patch-5
Update solution closure.md
2025-04-25 12:05:31 +08:00
0302542061 Merge pull request #543 from nativemen/optimize
Fix minor issues to meet the requirements of the question and recommend using the modules provided by the library crate.
2025-04-25 11:57:26 +08:00
4e790a35be Merge pull request #546 from jpenna/patch-3
Add new solution in ownership ex. 9
2025-04-25 11:55:42 +08:00
94079c49af use ref 2025-03-01 19:06:53 -05:00
609e2d3f8c Add new solution in ownership ex. 9 2025-02-18 11:01:21 -03:00
2ab617a436 Add new solution in variables ex. 4 2025-02-07 11:47:41 -03:00
a19015f9fa Fix minor issues to meet the requirements of the question and recommend using the modules provided by the library crate. 2025-01-20 12:49:39 -05:00
fd0c2c50c1 update vector/slicing exercise solution w/ mutable slice material 2024-06-15 13:39:12 +09:00
35c3e9e30a Merge pull request #482 from Madduxv/patch-1
Fixed typos in char-bool.md
2024-01-03 09:12:24 +08:00
7ac53b8091 Rename first_word to first_letter 2023-12-25 21:40:42 +01:00
b13c971969 Fixed typos in char-bool.md 2023-12-14 01:10:30 -06:00
722b969100 Merge pull request #423 from MujeebullahKalwar/typo-fixes
Typo Fixes
2023-08-11 10:56:33 +08:00
751eabf264 Merge pull request #434 from maorit/fix_type_method
fix typo: 'assotiated' -> 'associated'
2023-08-11 10:55:02 +08:00
2042a8d1e1 Merge pull request #436 from maorit/fix_typo_const_generics
format code in solutions/generics-traits/const-generics.md
2023-08-11 10:52:42 +08:00
2e68fa3c26 Merge pull request #437 from maorit/fix_typo_traits
fix typo: in generics-traits/traits, change the name of variable `_this_is_true` to its intended name of `_this_is_false`.
2023-08-11 10:52:26 +08:00
ffb4d2e455 Merge pull request #438 from maorit/fix_typo_traits2
fix typo: 'mentiond' -> 'mentioned'
2023-08-11 10:51:15 +08:00
53fb442249 Merge pull request #443 from maorit/format_code_collections_vector
format code: format code in `solutions/collections/Vector.md`
2023-08-11 10:50:02 +08:00
9f2605bf6b format code: format code in type-conversions/from-into 2023-08-06 22:30:24 +08:00
315dbdd2b6 format code: format code in solutions/collections/Vector.md 2023-08-06 20:38:15 +08:00
78b6b5c0f2 fix typo: 'mentiond' -> 'mentioned' 2023-08-05 22:03:09 +08:00
4c86411100 fix typo: in generics-traits/traits, change the name of variable _this_is_true to its intended name of _this_is_false. 2023-08-05 21:52:37 +08:00
d4b2743cf0 format code in solutions/generics-traits/const-generics.md 2023-08-05 21:34:02 +08:00
a7d22235eb fix typo: 'assotiated' -> 'associated' 2023-08-05 20:44:36 +08:00
de7e0d25dd Typo Fixed evironment to environment 2023-07-20 02:44:15 +05:00
538d809296 Update solutions/compound-types/slice.md 2023-06-14 08:45:06 +08:00
f338657322 Update problem 2 TIPS in slice.md 2023-05-21 00:05:14 +08:00
b5a1a80b4b Merge pull request #394 from Coddeus/patch-2
Fixed typo
2023-05-15 12:28:21 +08:00
0f9f0367d6 Update solution closure.md
Changed order of bounds so that readers new to Rust won't be confused by "bool + Copy" and could comprehend it faster and better.
2023-05-13 11:42:55 +03:00
6d21608224 fix typo 2023-04-19 18:43:14 +02:00
77d68b1be3 Fixed typo 2023-04-18 09:08:11 +02:00
eb999976dd Merge pull request #387 from skaunov/patch-2
`from-into` small improvements
2023-04-09 21:05:29 +08:00
9b6bcf6b93 fix: remove spaces 2023-04-07 11:44:28 +08:00
de7523c35e Update from-into.md
Seems to be closer to the task.
2023-04-05 18:20:26 +03:00
0d7d44258e Added proposed change to variables shadowing problem 6 2023-03-04 13:38:02 +00:00
65ab75f7d9 Update ownershp.md
Added as_str() method to Q1, & removed answer that did not seem relevant to the question.
2023-01-27 23:58:29 +03:00
6883c069a1 Merge branch 'master' into master 2022-12-07 08:49:30 +08:00
e15352c399 fix: misleading words 2022-11-21 21:32:34 +08:00
a46840763e fix: change 、to . 2022-11-07 11:06:19 +07:00
1a5bdaaf77 Merge pull request #317 from skondgekar/master
Updated solution
2022-11-07 08:29:32 +08:00
64f606427f Solution update 2022-10-11 14:26:18 +05:30
2c73233b74 Updated solution 2022-10-11 14:12:36 +05:30
81ea842fe7 fix: unnecessary space 2022-10-11 09:47:49 +07:00
de36f5cfb0 fix: unnecessary space 2022-10-11 09:44:22 +07:00
bf9f321870 Add solution 2022-10-07 13:07:34 -07:00
cabba76951 Merge pull request #300 from wxchenpro/master
solution: Add a new solution for functions case
2022-08-22 09:06:39 +08:00
69643c9db0 Solution: add a new solution for ownership-4 2022-08-21 17:02:48 +08:00
e15544e90e solution: Add a new solution for functions case 2022-08-14 23:13:44 +08:00
7cd397582c Merge pull request #278 from Skandesh/patch-2
Update String.md
2022-07-28 09:10:21 +08:00
f14f14c47a Merge pull request #273 from pabigot/pabigot/20220720a
fix: avoid unused variable warning
2022-07-28 09:07:14 +08:00
d0a8f0aabc Merge pull request #280 from Skandesh/patch-3
Update Vector.md
2022-07-28 09:06:06 +08:00