1
Fork 0

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:
iirelu 2018-10-23 22:27:02 +02:00
parent 619dfeb514
commit 320ec8137e

View file

@ -209,7 +209,6 @@ mod enum_keyword { }
/// The mirror use case of FFI is also done via the `extern` keyword: /// The mirror use case of FFI is also done via the `extern` keyword:
/// ///
/// ```rust /// ```rust
/// # #![allow(private_no_mangle_fns)]
/// #[no_mangle] /// #[no_mangle]
/// pub extern fn callable_from_c(x: i32) -> bool { /// pub extern fn callable_from_c(x: i32) -> bool {
/// x % 3 == 0 /// x % 3 == 0