Skip to content

Commit

Permalink
Hopefully fix compile error
Browse files Browse the repository at this point in the history
This was added in the fortnight this PR spent stale. I'm hoping this
one-liner fixes it.
  • Loading branch information
iirelu committed Oct 23, 2018
1 parent 619dfeb commit 320ec81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 320ec81

Please sign in to comment.