mirror of
https://github.com/RustyCab/LearnRustEasy.git
synced 2026-02-04 10:43:22 +08:00
Update chapter_3_13.md
This commit is contained in:
@@ -246,7 +246,6 @@ fn main() {
|
||||
```rust
|
||||
struct Closure<'a> {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
||||
impl<'a> FnOnce<(i32,)> for Closure<'a> {
|
||||
|
||||
Reference in New Issue
Block a user