From 320ec8137e90bf6dd13b62df033372a33f261bb8 Mon Sep 17 00:00:00 2001 From: iirelu Date: Tue, 23 Oct 2018 22:27:02 +0200 Subject: Hopefully fix compile error This was added in the fortnight this PR spent stale. I'm hoping this one-liner fixes it. --- src/libstd/keyword_docs.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/keyword_docs.rs b/src/libstd/keyword_docs.rs index 1e801373736..6c95854c66c 100644 --- a/src/libstd/keyword_docs.rs +++ b/src/libstd/keyword_docs.rs @@ -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 -- cgit 1.4.1-3-g733a5