Skip to content

fix: ban all unwrap and improve error handling#8

Merged
reneca merged 2 commits into
mainfrom
ban_unwrap
May 20, 2026
Merged

fix: ban all unwrap and improve error handling#8
reneca merged 2 commits into
mainfrom
ban_unwrap

Conversation

@reneca

@reneca reneca commented May 6, 2026

Copy link
Copy Markdown
Contributor

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>
@reneca reneca merged commit d12df12 into main May 20, 2026
14 checks passed
@reneca reneca deleted the ban_unwrap branch May 20, 2026 10:33
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.

2 participants