Skip to content

Commit ec00ddb

Browse files
committed
Drop the mention of extern edition differences
1 parent 28b4ad6 commit ec00ddb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/std/src/keyword_docs.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,7 @@ mod enum_keyword {}
381381
/// lazy_static;`. The other use is in foreign function interfaces (FFI).
382382
///
383383
/// `extern` is used in two different contexts within FFI. The first is in the form of external
384-
/// blocks, for declaring function interfaces that Rust code can call foreign code by. Starting
385-
/// with Rust 2024, external blocks must be marked as `unsafe`. In earlier editions, use of
386-
/// the `unsafe` keyword remains optional.
384+
/// blocks, for declaring function interfaces that Rust code can call foreign code by.
387385
///
388386
/// ```rust ignore
389387
/// #[link(name = "my_c_library")]

0 commit comments

Comments
 (0)