126 Commits

Author SHA1 Message Date
Sunface
21460fad98 Merge pull request #454 from 0xByteLeon/master
fix: Correct the wrong answer to Exercise 11 in Chapter borrowing
2025-04-25 12:12:21 +08:00
Sunface
716144c1ef Merge pull request #417 from adityakaklij/patch-1
Update ownership.md.
2025-04-25 12:09:51 +08:00
Sunface
adfb3ed34d Merge pull request #401 from skaunov/patch-5
Update solution closure.md
2025-04-25 12:05:31 +08:00
Sunface
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
Sunface
4e790a35be Merge pull request #546 from jpenna/patch-3
Add new solution in ownership ex. 9
2025-04-25 11:55:42 +08:00
Suganthan Madhavan
94079c49af use ref 2025-03-01 19:06:53 -05:00
Juliano Penna
609e2d3f8c Add new solution in ownership ex. 9 2025-02-18 11:01:21 -03:00
Juliano Penna
2ab617a436 Add new solution in variables ex. 4 2025-02-07 11:47:41 -03:00
Royal
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
mckzm
fd0c2c50c1 update vector/slicing exercise solution w/ mutable slice material 2024-06-15 13:39:12 +09:00
Sunface
35c3e9e30a Merge pull request #482 from Madduxv/patch-1
Fixed typos in char-bool.md
2024-01-03 09:12:24 +08:00
Hugo Masclet
7ac53b8091 Rename first_word to first_letter 2023-12-25 21:40:42 +01:00
Maddux Vitrano
b13c971969 Fixed typos in char-bool.md 2023-12-14 01:10:30 -06:00
Léon
1c83c69d30 fix: Correct the wrong answer to Exercise 11 in Chapter borrowing
Calling only r1 in the new compiler version does not trigger a reborrowing error
2023-08-30 18:48:08 +08:00
Sunface
722b969100 Merge pull request #423 from MujeebullahKalwar/typo-fixes
Typo Fixes
2023-08-11 10:56:33 +08:00
Sunface
751eabf264 Merge pull request #434 from maorit/fix_type_method
fix typo: 'assotiated' -> 'associated'
2023-08-11 10:55:02 +08:00
Sunface
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
Sunface
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
Sunface
ffb4d2e455 Merge pull request #438 from maorit/fix_typo_traits2
fix typo: 'mentiond' -> 'mentioned'
2023-08-11 10:51:15 +08:00
Sunface
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
chenhai
9f2605bf6b format code: format code in type-conversions/from-into 2023-08-06 22:30:24 +08:00
chenhai
315dbdd2b6 format code: format code in solutions/collections/Vector.md 2023-08-06 20:38:15 +08:00
chenhai
78b6b5c0f2 fix typo: 'mentiond' -> 'mentioned' 2023-08-05 22:03:09 +08:00
chenhai
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
chenhai
d4b2743cf0 format code in solutions/generics-traits/const-generics.md 2023-08-05 21:34:02 +08:00
chenhai
a7d22235eb fix typo: 'assotiated' -> 'associated' 2023-08-05 20:44:36 +08:00
Mujeebullah Kalwar
de7e0d25dd Typo Fixed evironment to environment 2023-07-20 02:44:15 +05:00
Aditya K
5453e7a05c Update ownership.md.
Borrowing the variables in the first problem
2023-07-06 10:23:43 +05:30
Sunface
538d809296 Update solutions/compound-types/slice.md 2023-06-14 08:45:06 +08:00
SaberAlter
f338657322 Update problem 2 TIPS in slice.md 2023-05-21 00:05:14 +08:00
Sunface
b5a1a80b4b Merge pull request #394 from Coddeus/patch-2
Fixed typo
2023-05-15 12:28:21 +08:00
Sergey Kaunov
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
sverdiyev
6d21608224 fix typo 2023-04-19 18:43:14 +02:00
CoDeus
77d68b1be3 Fixed typo 2023-04-18 09:08:11 +02:00
Sunface
eb999976dd Merge pull request #387 from skaunov/patch-2
`from-into` small improvements
2023-04-09 21:05:29 +08:00
zhaoshouhang
9b6bcf6b93 fix: remove spaces 2023-04-07 11:44:28 +08:00
Sergey Kaunov
de7523c35e Update from-into.md
Seems to be closer to the task.
2023-04-05 18:20:26 +03:00
delta549
0d7d44258e Added proposed change to variables shadowing problem 6 2023-03-04 13:38:02 +00:00
Teddy Waweru
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
Sunface
6883c069a1 Merge branch 'master' into master 2022-12-07 08:49:30 +08:00
lzy1960
e15352c399 fix: misleading words 2022-11-21 21:32:34 +08:00
katopz
a46840763e fix: change 、to . 2022-11-07 11:06:19 +07:00
Sunface
1a5bdaaf77 Merge pull request #317 from skondgekar/master
Updated solution
2022-11-07 08:29:32 +08:00
Sudarshan Kondgekar
64f606427f Solution update 2022-10-11 14:26:18 +05:30
Sudarshan Kondgekar
2c73233b74 Updated solution 2022-10-11 14:12:36 +05:30
katopz
81ea842fe7 fix: unnecessary space 2022-10-11 09:47:49 +07:00
katopz
de36f5cfb0 fix: unnecessary space 2022-10-11 09:44:22 +07:00
Jackson Utsch
bf9f321870 Add solution 2022-10-07 13:07:34 -07:00
Sunface
cabba76951 Merge pull request #300 from wxchenpro/master
solution: Add a new solution for functions case
2022-08-22 09:06:39 +08:00
Chloroplast
69643c9db0 Solution: add a new solution for ownership-4 2022-08-21 17:02:48 +08:00