Update rust.md (#296)

This commit is contained in:
Minghao Yu 2023-02-11 20:22:44 +08:00 committed by GitHub
parent 3cec40c4f9
commit 606776662d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ let p = Point { x: 10, y: 11 };
let px: i32 = p.x; let px: i32 = p.x;
``` ```
#### 元结构体 #### 元结构体
```rust ```rust
struct Color (i32, i32, i32); struct Color (i32, i32, i32);