Hopefully fix compile error
This was added in the fortnight this PR spent stale. I'm hoping this one-liner fixes it.
This commit is contained in:
parent
619dfeb514
commit
320ec8137e
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ mod enum_keyword { }
|
|||
/// The mirror use case of FFI is also done via the `extern` keyword:
|
||||
///
|
||||
/// ```rust
|
||||
/// # #![allow(private_no_mangle_fns)]
|
||||
/// #[no_mangle]
|
||||
/// pub extern fn callable_from_c(x: i32) -> bool {
|
||||
/// x % 3 == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue