Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Jun 8, 2024
1 parent 78e1f6a commit 0633430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fmt_md.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use std::io::Write;
pub fn write_md<N, W>(out: &mut Output<W>, nodes: &[N])
where
N: Borrow<MdqNode>,
W: Write,
{
let mut iter = nodes.iter().peekable();
while let Some(node) = iter.next() {
Expand Down

0 comments on commit 0633430

Please sign in to comment.