mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
update: answer reference in "type-conversions"
This commit is contained in:
@ -103,3 +103,5 @@ fn main() {
|
||||
println!("Success!");
|
||||
}
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/type-conversions/as.md)(under the solutions path), but only use it when you need it
|
@ -168,4 +168,6 @@ fn main() {
|
||||
|
||||
println!("Success!");
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/type-conversions/from-into.md)(under the solutions path), but only use it when you need it
|
@ -162,4 +162,6 @@ fn main() {
|
||||
// literal
|
||||
assert_eq!(b"Rust", &[82, 117, 115, 116]);
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice/blob/master/solutions/type-conversions/others.md)(under the solutions path), but only use it when you need it
|
Reference in New Issue
Block a user