Skip to content
Snippets Groups Projects
Commit 6ee82734 authored by STEVAN Antoine's avatar STEVAN Antoine 🦀
Browse files

keep error messages in FEC tests (!4)

follow up to !3

## description
in !3, to make Clippy happy, `expect` was replace with `unwrap_or_else`, but that suppresses the message of the underlying error, which is not great...

this MR reverts this part of !3 and allows `clippy::expect_fun_call`.
parent 1f879c79
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment