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