Skip to content

Commit

Permalink
ignore unused_must_use warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Oct 17, 2023
1 parent 73224fe commit 6de37fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/boxstream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ mod tests {
}

#[test]
#[allow(unused_must_use)]
fn test_boxstream_error() {
let test_error = |error| {
format!("{}", error);
Expand Down

0 comments on commit 6de37fd

Please sign in to comment.