Skip to content

Commit 726478f

Browse files
Update text/0000-unsafe-extern-blocks.md
Co-authored-by: Jacob Lifshay <[email protected]>
1 parent 63441ea commit 726478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-unsafe-extern-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ unsafe extern {
4343

4444
pub static IMPORTANT_BYTES: [u8; 256];
4545

46-
pub static LINES: UnsafeCell<i32>;
46+
pub static LINES: SyncUnsafeCell<i32>;
4747
}
4848
```
4949

0 commit comments

Comments
 (0)