Skip to content

Commit

Permalink
Fix link to foreign calling conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraai committed Oct 15, 2020
1 parent 93deabc commit f2a237a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/src/primitive_docs.rs
Expand Up @@ -1118,6 +1118,8 @@ mod prim_ref {}
/// For more information and a list of supported ABIs, see [the nomicon's
/// section on foreign calling conventions][nomicon-abi].
///
/// [nomicon-abi]: ../nomicon/ffi.html#foreign-calling-conventions
///
/// ### Variadic functions
///
/// Extern function declarations with the "C" or "cdecl" ABIs can also be *variadic*, allowing them
Expand Down

0 comments on commit f2a237a

Please sign in to comment.