Skip to content

Commit 4ec3ebb

Browse files
committed
fixup
1 parent 2234bf1 commit 4ec3ebb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustdoc/html/markdown.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ struct hoedown_renderer {
8080
*mut libc::c_void)>,
8181
header: Option<extern "C" fn(*mut hoedown_buffer, *const hoedown_buffer,
8282
libc::c_int, *mut libc::c_void)>,
83-
other: [libc::size_t, ..29],
83+
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],
8486
}
8587

8688
#[repr(C)]

0 commit comments

Comments
 (0)