mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
fix: wrong ````
This commit is contained in:
@ -114,6 +114,6 @@ fn main() {
|
|||||||
&mut value => value.push_str(" world!")
|
&mut value => value.push_str(" world!")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
````
|
```
|
||||||
|
|
||||||
> 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
|
> 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