mirror of
https://github.com/RustyCab/LearnRustEasy.git
synced 2026-02-03 10:13:23 +08:00
revert chapter 3.3 some contents
This commit is contained in:
@@ -30,7 +30,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
Rust中,函数也可以定义在函数内部(函数嵌套),如下:
|
||||
Rust中,函数也可以定义在函数内部,如下:
|
||||
|
||||
```rust
|
||||
fn calculate(a: u32, b: u32) {
|
||||
|
||||
Reference in New Issue
Block a user