]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #42001 - ollie27:rustdoc_extern_fn, r=GuillaumeGomez
authorMark Simulacrum <mark.simulacrum@gmail.com>
Tue, 16 May 2017 14:18:32 +0000 (08:18 -0600)
committerGitHub <noreply@github.com>
Tue, 16 May 2017 14:18:32 +0000 (08:18 -0600)
rustdoc: Display `extern "C" fn` instead of `extern fn`

It was decided in rust-lang-nursery/fmt-rfcs#52 to be explicit about the ABI so rustdoc should follow suit.


Trivial merge