Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed May 31, 2022
1 parent 95c1cb4 commit 974c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binlog/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ mod tests {

while let Some(ev) = binlog_file.next() {
let ev = ev?;
dbg!(ev.header().event_type());
let _ = dbg!(ev.header().event_type());
let ev_end = ev_pos + ev.header().event_size() as usize;
let binlog_version = binlog_file.reader.fde.binlog_version();

Expand Down

0 comments on commit 974c13b

Please sign in to comment.