Skip to content

Commit

Permalink
Fix missing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Aug 31, 2024
1 parent 6e46208 commit 00e420d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ mod test {
.into_iter()
.map(std::string::ToString::to_string)
.collect(),
..Default::default()
});

listener.listen(input, &mut output).unwrap();
Expand Down

0 comments on commit 00e420d

Please sign in to comment.