We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e19f commit 0e7e180Copy full SHA for 0e7e180
src/librustdoc/html/markdown.rs
@@ -81,7 +81,7 @@ struct hoedown_renderer {
81
header: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
82
libc::c_int, *mut libc::c_void)>,
83
math: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
84
- libc::c_int, *mut libc::c_void) -> int>,
+ libc::c_int, *mut libc::c_void) -> libc::c_int>,
85
other: [libc::size_t, ..28],
86
}
87
0 commit comments