Skip to content

fix: ban all unwrap and improve error handling#8

Open
reneca wants to merge 2 commits intomainfrom
ban_unwrap
Open

fix: ban all unwrap and improve error handling#8
reneca wants to merge 2 commits intomainfrom
ban_unwrap

Conversation

@reneca
Copy link
Copy Markdown
Contributor

@reneca reneca commented May 6, 2026

Now all Cargo.toml contain:

[lints.clippy]
unwrap_used = "deny"

To forbid the use of unwrap in the code.

It also fix an error with new ProSA release on test error handling.

Signed-off-by: Jeremy HERGAULT <jeremy@hergault.fr>
@reneca reneca requested review from Timmy80 and oschijns May 6, 2026 07:35
@reneca reneca self-assigned this May 6, 2026
@reneca reneca added the bug Something isn't working label May 6, 2026
Signed-off-by: Jeremy HERGAULT <jeremy@hergault.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant