Skip to content

Commit b165799

Browse files
committed
Remove comment out that doesn't work
1 parent 5c96a1b commit b165799

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

1.6/ja/book/ffi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ int32_t register_callback(void* callback_target, rust_callback callback) {
364364
}
365365

366366
void trigger_callback() {
367-
# // cb(cb_target, 7); // Will call callback(&rustObject, 7) in Rust
368367
cb(cb_target, 7); // Rustのcallback(&rustObject, 7)を呼び出す
369368
}
370369
```

1.9/ja/book/ffi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ int32_t register_callback(void* callback_target, rust_callback callback) {
364364
}
365365

366366
void trigger_callback() {
367-
# // cb(cb_target, 7); // Will call callback(&rustObject, 7) in Rust
368367
cb(cb_target, 7); // Rustのcallback(&rustObject, 7)を呼び出す
369368
}
370369
```

0 commit comments

Comments
 (0)