Skip to content

Commit a372ad7

Browse files
Update src/items/functions.md
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent f7cacd9 commit a372ad7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/items/functions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ async unsafe fn unsafe_example(x: *const i32) -> i32 {
266266
267267
async fn safe_example() {
268268
// An `unsafe` block is required to invoke the function initially:
269-
// initially:
270269
let p = 22;
271270
let future = unsafe { unsafe_example(&p) };
272271

0 commit comments

Comments
 (0)