Skip to content

Commit 320ec81

Browse files
committed
Hopefully fix compile error
This was added in the fortnight this PR spent stale. I'm hoping this one-liner fixes it.
1 parent 619dfeb commit 320ec81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/keyword_docs.rs

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ mod enum_keyword { }
209209
/// The mirror use case of FFI is also done via the `extern` keyword:
210210
///
211211
/// ```rust
212-
/// # #![allow(private_no_mangle_fns)]
213212
/// #[no_mangle]
214213
/// pub extern fn callable_from_c(x: i32) -> bool {
215214
/// x % 3 == 0

0 commit comments

Comments
 (0)