Skip to content

Commit 0e043ba

Browse files
committed
Stabilize unsafe extern blocks
1 parent 5454de3 commit 0e043ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rust-2024/unsafe-extern.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Rust 1.xx <!--TODO--> added the ability in all editions to mark [`extern` blocks
1616
The syntax for an unsafe `extern` block looks like this:
1717

1818
```rust
19-
# #![feature(unsafe_extern_blocks)]
20-
2119
unsafe extern "C" {
2220
// sqrt (from libm) may be called with any `f64`
2321
pub safe fn sqrt(x: f64) -> f64;

0 commit comments

Comments
 (0)