mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-28 06:59:11 +00:00
add solution links for recently added chapters
This commit is contained in:
@ -275,3 +275,5 @@ fn main() {
|
||||
println!("w = {}", w);
|
||||
}
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)
|
@ -141,3 +141,5 @@ pub trait IsTrue {}
|
||||
|
||||
impl IsTrue for Assert<true> {}
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)
|
@ -225,3 +225,5 @@ fn main() {
|
||||
println!("Success!")
|
||||
}
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)
|
@ -466,3 +466,5 @@ fn main() {
|
||||
println!("Success!")
|
||||
}
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it :)
|
Reference in New Issue
Block a user