mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
remove the mistable semicolon
This commit is contained in:
@ -63,7 +63,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn sum(x: i32, y: i32) -> i32 {
|
fn sum(x: i32, y: i32) -> i32 {
|
||||||
x + y;
|
x + y
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user