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 2234bf1 commit 4ec3ebbCopy full SHA for 4ec3ebb
src/librustdoc/html/markdown.rs
@@ -80,7 +80,9 @@ struct hoedown_renderer {
80
*mut libc::c_void)>,
81
header: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
82
libc::c_int, *mut libc::c_void)>,
83
- other: [libc::size_t, ..29],
+ math: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
84
+ libc::c_int, *mut libc::c_void)>,
85
+ other: [libc::size_t, ..28],
86
}
87
88
#[repr(C)]
0 commit comments