Skip to content

Commit

Permalink
remove &
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jan 19, 2024
1 parent 72259db commit 16749a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/tests/cucumber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn try_flush_stdout(buffer: &Arc<Mutex<Vec<u8>>>) {
info!(
target: LOG_TARGET_STDOUT,
"{}",
str::from_utf8(&mutex).unwrap()
str::from_utf8(mutex).unwrap()
);
mutex.clear();
}
Expand Down

0 comments on commit 16749a9

Please sign in to comment.