You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a rationale behind this design choice?
I'd like to propose a PR to implement error propagation, which could be implemented behind a feature flag for backwards compatibility.
The text was updated successfully, but these errors were encountered:
Which feature do you think can be improved?
Error handling when performing fallible operations.
How can it be improved?
Don't silently ignore
Result
s and propagate them to the crate user.Additional Information
Some examples :
cgroups-rs/src/cgroup.rs
Lines 63 to 65 in 1df6e7a
cgroups-rs/src/cgroup_builder.rs
Lines 137 to 141 in 1df6e7a
Is there a rationale behind this design choice?
I'd like to propose a PR to implement error propagation, which could be implemented behind a feature flag for backwards compatibility.
The text was updated successfully, but these errors were encountered: